From 615d99ee5d64f9c276cc5c03c77aa038900fe87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:15:25 +0000 Subject: [PATCH] CI: (deps): Bump the coredeps group in /ci with 2 updates Bumps the coredeps group in /ci with 2 updates: [numpy](https://github.com/numpy/numpy) and [pandas](https://github.com/pandas-dev/pandas). Updates `numpy` from 2.4.3 to 2.4.4 - [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.3...v2.4.4) Updates `pandas` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coredeps - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coredeps ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 2d07d07b8f..5b789ab640 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.10.8 -numpy==2.4.3 -pandas==3.0.1 +numpy==2.4.4 +pandas==3.0.2 pooch==1.9.0 pint==0.25.3 pyproj==3.7.2