From 26f06a3dd71d484ce4df48006cd6722fb125c97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 09:32:43 +0000 Subject: [PATCH] Update pyproj requirement from <3.3.0 to <3.5.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](https://github.com/pyproj4/pyproj/compare/v1.9.4rel...3.4.0) --- updated-dependencies: - dependency-name: pyproj dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee2776a24d4..cfeeeade032 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ pyopenssl==22.0.0 pyjwt==2.4.0 # geopython dependencies -pyproj<3.3.0 +pyproj<3.5.0 OWSLib==0.27.2 pycsw==2.6.1 SQLAlchemy==1.4.40 # required by PyCSW