From 6be7e13f8374b3100d543450f1e1f469815a0aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:58:03 +0000 Subject: [PATCH] Bump openvino from 2022.3.1 to 2024.6.0 Bumps [openvino](https://github.com/openvinotoolkit/openvino) from 2022.3.1 to 2024.6.0. - [Release notes](https://github.com/openvinotoolkit/openvino/releases) - [Changelog](https://github.com/openvinotoolkit/openvino/blob/master/docs/RELEASE.MD) - [Commits](https://github.com/openvinotoolkit/openvino/compare/2022.3.1...2024.6.0) --- updated-dependencies: - dependency-name: openvino dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08415868de..8c58ef535a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "tqdm>=4.30.0", "rapidfuzz>=1.6.0", "huggingface-hub>=0.4.0", - "openvino==2022.3.1" + "openvino==2024.6.0" ] [project.optional-dependencies]