From 0e954857b817721f4148b798e772d23e4c0753d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:10:57 +0000 Subject: [PATCH] MNT: (deps): Bump netcdf4 from 1.6.5 to 1.7.2 in /ci Bumps [netcdf4](https://github.com/Unidata/netcdf4-python) from 1.6.5 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-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 22abcb5eb..db678482e 100644 --- a/ci/doc_requirements.txt +++ b/ci/doc_requirements.txt @@ -6,4 +6,4 @@ sphinx==5.2.3 sphinx_rtd_theme==1.0.0 sphinx-gallery==0.11.1 myst-parser==0.18.1 -netCDF4==1.6.5 +netCDF4==1.7.2 diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index 0baeb20ea..23ebef888 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ pytest==7.2.0 -netCDF4==1.6.5 +netCDF4==1.7.2 coverage==7.6.4 vcrpy==5.1.0