From 8d19b047140d059c75161cd2c9e758c0101a4739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:26:21 +0000 Subject: [PATCH] CI: (deps): Bump numpy from 2.4.5 to 2.4.6 in /ci in the coredeps group Bumps the coredeps group in /ci with 1 update: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.4.5 to 2.4.6 - [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.5...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coredeps ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index a4e27faac50..0fcc3b56afa 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.10.9 -numpy==2.4.5 +numpy==2.4.6 pandas==3.0.3 pooch==1.9.0 pint==0.25.3