Skip to content

Commit 1553acc

Browse files
build(deps): update pyproj requirement from <3.7.0 to <3.8.0 (#13599)
* build(deps): update pyproj requirement from <3.7.0 to <3.8.0 Updates the requirements on [pyproj](https://github.com/pyproj4/pyproj) to permit the latest version. - [Release notes](https://github.com/pyproj4/pyproj/releases) - [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst) - [Commits](pyproj4/pyproj@v2.0.2...3.7.2) --- updated-dependencies: - dependency-name: pyproj dependency-version: 3.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update setup.cfg --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giovanni Allegri <[email protected]>
1 parent 040ac81 commit 1553acc

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
@@ -46,7 +46,7 @@ redis==6.2.0
4646

4747
# geopython dependencies
4848
git+https://github.com/geopython/[email protected]#egg=pycsw
49-
pyproj<3.7.0
49+
pyproj<3.8.0
5050
OWSLib==0.34.1
5151
SQLAlchemy==2.0.43 # required by PyCSW
5252
Shapely==2.1.2

setup.cfg

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

7373
# geopython dependencies
74-
pyproj<3.7.0
74+
pyproj<3.8.0
7575
OWSLib==0.34.1
7676
pycsw @ git+https://github.com/geopython/[email protected]#egg=pycsw
7777
SQLAlchemy==2.0.30 # required by PyCSW

0 commit comments

Comments
 (0)