From c5a7640c382ad1fef35d03d6b80d5e353ea1cf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:30:45 +0000 Subject: [PATCH] Update numpy requirement from ==1.26.* to ==2.1.* in /docker/main 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.26.0b1...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 5db2e8886..d00420e0f 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -9,7 +9,7 @@ joserfc == 1.0.* pathvalidate == 3.2.* markupsafe == 2.1.* mypy == 1.6.1 -numpy == 1.26.* +numpy == 2.1.* onvif_zeep == 0.2.12 opencv-python-headless == 4.9.0.* paho-mqtt == 2.1.*