From 58965d610f841135afa0aac14cb340ab15171956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:10:09 +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 103670e..96e9b68 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "pytest-cov>=2.11", "pytest-asyncio>=0.14", "websockets>=8.1", - "opencv-python==4.6.0.66", + "opencv-python==4.8.1.78", ], packages=find_packages(), entry_points="""