From 7df06ba4c4daca0ab08e4a0d91215344104fd8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:13:00 +0000 Subject: [PATCH] Update numpy requirement from >=1.21.4 to >=2.5.1 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.21.4...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e8e903..eba935d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ kiwisolver>=1.5.0 defusedxml>=0.7.1 matplotlib>=3.4.3 netaddr>=0.8.0 -numpy>=1.21.4 +numpy>=2.5.1 packaging>=26.2 pep517>=0.13.1 Pillow>=12.2.0