From ee36e37e01373ce56e9026c27e7e61b4d58fd865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:15:34 +0000 Subject: [PATCH] Bump opencv-python from 4.6.0.66 to 4.8.1.78 in /tests/e2e_tests Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.6.0.66 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] --- tests/e2e_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e_tests/requirements.txt b/tests/e2e_tests/requirements.txt index f6924a337c552e..265164552d6f4f 100644 --- a/tests/e2e_tests/requirements.txt +++ b/tests/e2e_tests/requirements.txt @@ -7,7 +7,7 @@ py-cpuinfo==7.0.0 scipy>=1.5.4,<1.12 opencv-python>=4.5; sys_platform != "darwin" -opencv-python==4.6.0.66; sys_platform == "darwin" +opencv-python==4.8.1.78; sys_platform == "darwin" unittest-xml-reporting==3.0.4 lpips==0.1.3