From 8b37ba6faecd94e692601a64fa48b81f09aa7e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:37:58 +0000 Subject: [PATCH] Bump pyproj from 2.2.0 to 3.7.0 Bumps [pyproj](https://github.com/pyproj4/pyproj) from 2.2.0 to 3.7.0. - [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/commits/3.7.0) --- updated-dependencies: - dependency-name: pyproj dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- micmac/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micmac/requirements.txt b/micmac/requirements.txt index b66fdea..03c73fd 100644 --- a/micmac/requirements.txt +++ b/micmac/requirements.txt @@ -1,4 +1,4 @@ Shapely utm -pyproj==2.2.0 +pyproj==3.7.0 scikit-image