From e6cfd16d549b1587ffa12225d15144ea28b65e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:53:03 +0000 Subject: [PATCH] CI: (deps): Bump netcdf4 from 1.7.1 to 1.7.2 in /ci Bumps [netcdf4](https://github.com/Unidata/netcdf4-python) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/Unidata/netcdf4-python/releases) - [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog) - [Commits](https://github.com/Unidata/netcdf4-python/commits) --- updated-dependencies: - dependency-name: netcdf4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/doc_requirements.txt | 2 +- ci/test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/doc_requirements.txt b/ci/doc_requirements.txt index 749bdb0b57..ea16270b7e 100644 --- a/ci/doc_requirements.txt +++ b/ci/doc_requirements.txt @@ -3,6 +3,6 @@ pydata-sphinx-theme==0.15.4 sphinx-design==0.6.1 sphinx-gallery==0.18.0 myst-parser==4.0.0 -netCDF4==1.7.1 +netCDF4==1.7.2 geopandas==1.0.1 rtree==1.3.0 diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index d35ca97ac1..acf032b593 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,5 +1,5 @@ packaging==24.1 pytest==8.3.3 pytest-mpl==0.17.0 -netCDF4==1.7.1 +netCDF4==1.7.2 coverage==7.6.4