From 5287c85521b7c3f6a1c5c66075429ee1947e3dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:54:06 +0000 Subject: [PATCH] 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](https://github.com/pyproj4/pyproj/compare/v1.9.4rel...3.7.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 b21407db133..357ed1aadb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ pyopenssl==24.1.0 pyjwt==2.8.0 # geopython dependencies -pyproj<3.7.0 +pyproj<3.8.0 OWSLib==0.31.0 pycsw==2.6.1 SQLAlchemy==2.0.30 # required by PyCSW