From d818fa842aedd8d912aa9cd63d1ea87ed52f7c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 17:56:55 +0000 Subject: [PATCH] chore(deps): bump pyproj from 3.4.1 to 3.5.0 Bumps [pyproj](https://github.com/pyproj4/pyproj) from 3.4.1 to 3.5.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.4.1...3.5.0) --- updated-dependencies: - dependency-name: pyproj 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 9bb93a0d5..711981851 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ phpserialize==1.3.0 # phpserialize is only required during the migration psycopg2==2.9.5 pyjwt==1.7.1 pymdown-extensions==9.10 -pyproj==3.4.1 +pyproj==3.5.0 pyramid-jwtauth==0.1.3 pyramid==1.10.8 pyramid_debugtoolbar==4.10