From 6d0c160ab873864dc158533d9bc4b752d547dc06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:49:07 +0000 Subject: [PATCH] Bump opencv-python in /inference/inference_api_test/python_api_test Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.2.0.32 to 4.8.1.78. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- inference/inference_api_test/python_api_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/inference_api_test/python_api_test/requirements.txt b/inference/inference_api_test/python_api_test/requirements.txt index b4fa6429..7876ffd0 100644 --- a/inference/inference_api_test/python_api_test/requirements.txt +++ b/inference/inference_api_test/python_api_test/requirements.txt @@ -1,4 +1,4 @@ -opencv-python==4.2.0.32 +opencv-python==4.8.1.78 cup==3.2.24 py3nvml==0.2.6 pytest==5.4.3