From d6d599ee690151ffc71938d0077d6e960a443135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:48:31 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.4.6 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 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/v1.26.4...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/requirements.current.txt | 2 +- examples/requirements.target.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/requirements.current.txt b/examples/requirements.current.txt index 6e724b2..78c488d 100644 --- a/examples/requirements.current.txt +++ b/examples/requirements.current.txt @@ -1,3 +1,3 @@ pydantic==1.10.14 -numpy==1.26.4 +numpy==2.4.6 pandas==1.5.3 diff --git a/examples/requirements.target.txt b/examples/requirements.target.txt index 364b232..dcd8fa8 100644 --- a/examples/requirements.target.txt +++ b/examples/requirements.target.txt @@ -1,3 +1,3 @@ pydantic==2.7.4 -numpy==2.0.0 +numpy==2.4.6 pandas==2.2.2