Skip to content

Commit 4544da7

Browse files
build(deps): bump owslib from 0.31.0 to 0.34.1 (#13608)
* build(deps): bump owslib from 0.31.0 to 0.34.1 Bumps [owslib](https://github.com/geopython/OWSLib) from 0.31.0 to 0.34.1. - [Release notes](https://github.com/geopython/OWSLib/releases) - [Commits](geopython/OWSLib@0.31.0...0.34.1) --- updated-dependencies: - dependency-name: owslib dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update setup.cfg --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
1 parent 1a64c2a commit 4544da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ redis==6.2.0
4747
# geopython dependencies
4848
git+https://github.com/geopython/pycsw.git@3.0.0-beta1#egg=pycsw
4949
pyproj<3.7.0
50-
OWSLib==0.31.0
50+
OWSLib==0.34.1
5151
SQLAlchemy==2.0.43 # required by PyCSW
5252
Shapely==2.1.2
5353
mercantile==1.2.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install_requires =
7272

7373
# geopython dependencies
7474
pyproj<3.7.0
75-
OWSLib==0.31.0
75+
OWSLib==0.34.1
7676
pycsw @ git+https://github.com/geopython/pycsw.git@3.0.0-beta1#egg=pycsw
7777
SQLAlchemy==2.0.30 # required by PyCSW
7878
Shapely==2.1.2

0 commit comments

Comments
 (0)