From db92d53a52b4b391cc657e3772752866574e7afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:54:41 +0000 Subject: [PATCH] CI: (deps): Bump netcdf4 from 1.6.5 to 1.7.1 in /ci Bumps [netcdf4](https://github.com/Unidata/netcdf4-python) from 1.6.5 to 1.7.1. - [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-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 8dac0747b3f..91035767dbd 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.6.5 +netCDF4==1.7.1 geopandas==0.14.4 rtree==1.2.0 diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index 1beeeb0dcce..78d30b3c514 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.6.5 +netCDF4==1.7.1 coverage==7.5.3