From eb676d9cba043059a6561ba03e949a919db35e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 15:27:10 +0000 Subject: [PATCH] Bump pyproj from 3.7.2 to 3.8.0 in /scripts Bumps [pyproj](https://github.com/pyproj4/pyproj) from 3.7.2 to 3.8.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/compare/3.7.2...3.8.0) --- updated-dependencies: - dependency-name: pyproj dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 065131e706ff..e41e62182fec 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.2 +pyproj==3.8.0