From 7028ea1554b7b61c1ae2f7277a2dc822c67eac3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:31:48 +0000 Subject: [PATCH] Update netcdf4 requirement from <1.7,>=1.4 to >=1.4,<1.8 Updates the requirements on [netcdf4](https://github.com/Unidata/netcdf4-python) to permit the latest version. - [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/compare/v1.4.1rel...v1.7.1.post1) --- updated-dependencies: - dependency-name: netcdf4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 385d12d5b..247241cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ "nbconvert <7.14", # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092 "nbqa >=1.8.2", "nbval", - "netCDF4 >=1.4,<1.7", + "netCDF4 >=1.4,<1.8", "pandas-stubs >=2.2", "platformdirs >=3.2", "pre-commit >=3.7",