From 792c7aaeef54e2b401b77455729b3708879dfbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 16:20:16 +0000 Subject: [PATCH] Update numpy requirement from ==1.22.* to ==1.23.* 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.22.0rc1...v1.23.5) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ov.txt | 2 +- requirements-wheels.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ov.txt b/requirements-ov.txt index e50f6d263..38b218f06 100644 --- a/requirements-ov.txt +++ b/requirements-ov.txt @@ -1,3 +1,3 @@ -numpy == 1.19.* +numpy == 1.23.* openvino == 2022.* openvino-dev[tensorflow2] == 2022.* diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 9952a2d72..681abeba1 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -3,7 +3,7 @@ Flask == 2.2.* imutils == 0.5.* matplotlib == 3.6.* mypy == 0.942 -numpy == 1.22.* +numpy == 1.23.* opencv-python-headless == 4.5.5.* paho-mqtt == 1.6.* peewee == 3.15.*