From 06138cf92c86b3c58549c6e4127dbae986bee1ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:56:02 +0000 Subject: [PATCH] CI: (deps): Bump the coredeps group across 1 directory with 3 updates Bumps the coredeps group with 3 updates in the /ci directory: [matplotlib](https://github.com/matplotlib/matplotlib), [numpy](https://github.com/numpy/numpy) and [pandas](https://github.com/pandas-dev/pandas). Updates `matplotlib` from 3.10.8 to 3.10.9 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) Updates `numpy` from 2.4.3 to 2.4.5 - [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.5) Updates `pandas` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coredeps - 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 2d07d07b8f4..a4e27faac50 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 +matplotlib==3.10.9 +numpy==2.4.5 +pandas==3.0.3 pooch==1.9.0 pint==0.25.3 pyproj==3.7.2