From 5140580f2f58a56892448cd634a48a376ec0d891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 08:45:03 +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 e74e0aaec37..fffc7bf576c 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