From 9090dad8ce723c8a38f221842cad5f97984fb037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:16:42 +0000 Subject: [PATCH] Update numpy requirement from <2.0.0,>1.19.5 to >1.19.5,<3.0.0 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.20.0rc1...v2.3.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 06c559b64..9585f9d6f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -18,7 +18,7 @@ imutils>=0.5.4,<1.0.0 isc_dhcp_leases>=0.9.1,<1.0.0 matplotlib>=3.3.4,<4.0 netifaces>=0.10.4,<1.0.0 -numpy>1.19.5,<2.0.0 +numpy>1.19.5,<3.0.0 onnxruntime>=1.8.1,<2.0 opencv-python>=4.5.1,<5.0.0 pygame>=2.1.2