From 4105bfe161de4231c9a476b0ddeafa39379e34e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:48:43 +0000 Subject: [PATCH] CI: (deps): Bump the coredeps group across 1 directory with 2 updates Bumps the coredeps group with 2 updates in the /ci directory: [numpy](https://github.com/numpy/numpy) and [netcdf4](https://github.com/Unidata/netcdf4-python). Updates `numpy` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.0...v2.4.1) Updates `netcdf4` from 1.7.3 to 1.7.4 - [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: numpy dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coredeps - dependency-name: netcdf4 dependency-version: 1.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coredeps ... Signed-off-by: dependabot[bot] --- ci/extra_requirements.txt | 2 +- ci/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/extra_requirements.txt b/ci/extra_requirements.txt index 91a3957835..52c43451cc 100644 --- a/ci/extra_requirements.txt +++ b/ci/extra_requirements.txt @@ -1,5 +1,5 @@ cartopy==0.24.0 dask==2025.12.0 -netCDF4==1.7.3 +netCDF4==1.7.4 shapely==2.1.2 boto3==1.42.0 diff --git a/ci/requirements.txt b/ci/requirements.txt index 5e85f876e9..d15866e334 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.10.8 -numpy==2.4.0 +numpy==2.4.1 pandas==2.3.3 pooch==1.8.2 pint==0.25.2