From 4ab6dc9d41533df7666f9c10f61d06ee7d90d723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:13:14 +0000 Subject: [PATCH] CI: (deps): Bump pyproj from 3.7.2 to 3.8.0 in /ci 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] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 275599ef31..083070a778 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -3,7 +3,7 @@ numpy==2.4.6 pandas==3.0.5 pooch==1.9.0 pint==0.25.3 -pyproj==3.7.2 +pyproj==3.8.0 scipy==1.17.1 traitlets==5.16.1 xarray==2025.10.1