From b0633e84bc2e9f86e41c91987f02eb12e4fda69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:40:45 +0000 Subject: [PATCH] Bump opencv-python from 4.6.0.66 to 4.10.0.84 in /tests Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.6.0.66 to 4.10.0.84. - [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 update-type: version-update:semver-minor ... 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..f14df1d0da9c73 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.10.0.84; sys_platform == "darwin" unittest-xml-reporting==3.0.4 lpips==0.1.3