From bb2df2ffc07f0f4510d2afa0f22d9e4f85ee52c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:03:20 +0000 Subject: [PATCH] Update openvino-dev[tensorflow2] requirement from ==2022.* to ==2023.* Updates the requirements on [openvino-dev[tensorflow2]](https://github.com/openvinotoolkit/openvino) to permit the latest version. - [Release notes](https://github.com/openvinotoolkit/openvino/releases) - [Commits](https://github.com/openvinotoolkit/openvino/compare/2022.1.0.dev20211110...2023.0.0) --- updated-dependencies: - dependency-name: openvino-dev[tensorflow2] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ov.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ov.txt b/requirements-ov.txt index 38b218f06..086b53a51 100644 --- a/requirements-ov.txt +++ b/requirements-ov.txt @@ -1,3 +1,3 @@ numpy == 1.23.* openvino == 2022.* -openvino-dev[tensorflow2] == 2022.* +openvino-dev[tensorflow2] == 2023.*