From 8ec9ad157eb805ea2d10a662511d0ce4172c2345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:12:12 +0000 Subject: [PATCH] Bump opencv-python from 4.6.0.66 to 4.8.1.78 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1d61d72a..b6cdfd7db 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ 'pyodbc==4.0.39', 'psutil==5.9.5', 'lxml==4.6.5', - 'opencv-python==4.6.0.66', + 'opencv-python==4.8.1.78', 'webdriver-manager' ], packages=find_packages(),