From 881dc8a0a0f0ba9e2266bb382617c5693e7d2232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 07:30:39 +0000 Subject: [PATCH] build(deps): bump pyproj from 3.6.1 to 3.8.0 Bumps [pyproj](https://github.com/pyproj4/pyproj) from 3.6.1 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.6.1...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6bdf7255..60e657d2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ phpserialize==1.3.0 # phpserialize is only required during the migration psycopg2-binary==2.9.11 pyjwt==2.14.0 pymdown-extensions==10.21.3 # 11.0+ drops Python 3.9 support, which we still target -pyproj==3.6.1 +pyproj==3.8.0 pyramid_jwt==1.6.1 pyramid==1.10.8 pyramid_debugtoolbar==4.12.1