From 6676a4569834ed2b4658279feb2dfd230bc06d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 09:05:41 +0000 Subject: [PATCH] Bump pyproj from 3.7.1 to 3.7.2 in /scripts Bumps [pyproj](https://github.com/pyproj4/pyproj) from 3.7.1 to 3.7.2. - [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/3.7.1...3.7.2) --- updated-dependencies: - dependency-name: pyproj dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 660e62c528c..065131e706f 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -2,4 +2,4 @@ # but we do not install pyproj directly from pip. # pyproj is "compiled" for the specific version of PROJ # the file .python-version is needed to run properly with dependabot -pyproj==3.7.1 +pyproj==3.7.2