From 948dfd8d22f8cccd73da5d3b5e4159be229ece04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:52:38 +0000 Subject: [PATCH] Bump opencv-python from 4.2.0.34 to 4.8.1.78 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.2.0.34 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 0fc6c7d..27e3c5d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ python_requires=">=3.7.0", install_requires=[ "numpy==1.18.5", - "opencv-python==4.2.0.34", + "opencv-python==4.8.1.78", "argparse-path @ git+ssh://git@github.com/Synthesis-AI-Dev/argparse-path#egg=argparse-path-0.1", ], include_package_data=True,