From 001587e8cb704d57967706d07f6fdac6a1fde698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:28:23 +0000 Subject: [PATCH] CI: (deps): Bump pyproj from 3.6.0 to 3.6.1 in /ci Bumps [pyproj](https://github.com/pyproj4/pyproj) from 3.6.0 to 3.6.1. - [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.0...3.6.1) --- updated-dependencies: - dependency-name: pyproj dependency-type: direct:production update-type: version-update:semver-patch ... 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 6f80ca28986..e6bc72e1253 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -3,7 +3,7 @@ numpy==1.26.0 pandas==2.1.0 pooch==1.7.0 pint==0.22 -pyproj==3.6.0 +pyproj==3.6.1 scipy==1.11.2 traitlets==5.10.0 xarray==2023.8.0