From 922017e3bc4c1e6b6c481aa38e9567c081071d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:08:09 +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 749bdb0b579..ea16270b7e9 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 e9545327186..7da7bbd661e 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.3