From 3fefe3c12ae1fdd430931ce955f00be519db0954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:33:26 +0000 Subject: [PATCH] Bump numpy from 2.2.4 to 2.2.6 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.4 to 2.2.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.2.4...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 510574ef..ecb27e44 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -numpy==2.2.4 +numpy==2.2.6 scikit-learn==1.6.1 scipy>=0.19.1 uvicorn==0.39.0 diff --git a/requirements.txt b/requirements.txt index e53bcceb..c5fac3bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ art>=6.5 -numpy>=1.9.0 +numpy>=2.2.6 requests>=2.33.0; python_full_version >= "3.10" requests>=2.0.0; python_full_version < "3.10" scikit-learn>=0.22.2