From ad0cd25956e135d0dac0f50c2d87f9cf9843ff6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:34:44 +0000 Subject: [PATCH] Bump pyproj from 2.2.0 to 3.6.1 Bumps [pyproj](https://github.com/pyproj4/pyproj) from 2.2.0 to 3.6.1. - [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.6.1) --- 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..de118da 100644 --- a/micmac/requirements.txt +++ b/micmac/requirements.txt @@ -1,4 +1,4 @@ Shapely utm -pyproj==2.2.0 +pyproj==3.6.1 scikit-image