From e1dfcc296ec9d52487f326c46f8129df8bb2e956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:41:06 +0000 Subject: [PATCH] CI: (deps): Bump netcdf4 from 1.6.5 to 1.7.1.post1 in /ci Bumps [netcdf4](https://github.com/Unidata/netcdf4-python) from 1.6.5 to 1.7.1.post1. - [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/v1.7.1.post1) --- updated-dependencies: - dependency-name: netcdf4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 91035767db..1d4eedcb3a 100644 --- a/ci/doc_requirements.txt +++ b/ci/doc_requirements.txt @@ -3,6 +3,6 @@ pydata-sphinx-theme==0.15.2 sphinx-design==0.5.0 sphinx-gallery==0.16.0 myst-parser==3.0.1 -netCDF4==1.7.1 +netCDF4==1.7.1.post1 geopandas==0.14.4 rtree==1.2.0 diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index 78d30b3c51..2a0e0dd76f 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,5 +1,5 @@ packaging==24.1 pytest==8.2.2 pytest-mpl==0.17.0 -netCDF4==1.7.1 +netCDF4==1.7.1.post1 coverage==7.5.3