From 6e7f809e949f14efe0348a4b064d63f8e1f65c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 08:03:50 +0000 Subject: [PATCH] MNT: (deps): Bump pyproj from 3.2.1 to 3.3.0 in /ci Bumps [pyproj](https://github.com/pyproj4/pyproj) from 3.2.1 to 3.3.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.2.1...3.3.0) --- updated-dependencies: - dependency-name: pyproj 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 4fbea9c6def..0667e051a09 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -5,7 +5,7 @@ numpy==1.21.5 pandas==1.3.5 pooch==1.6.0 pint==0.18 -pyproj==3.2.1 +pyproj==3.3.0 scipy==1.7.3 traitlets==5.1.1 xarray==0.20.2