From 09a02a0d712de380b62058d868554db891300121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:43:41 +0000 Subject: [PATCH] Update numpy requirement from >=1.21.4 to >=2.4.5 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.4.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.5 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..65c4631 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.4.5 packaging>=26.2 pep517>=0.13.1 Pillow>=12.2.0