From ca102ec67eb0056d34277f6ec6d94e0ca9f91700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:19:54 +0000 Subject: [PATCH] chore(deps-dev): bump opencv-python in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [opencv-python](https://github.com/opencv/opencv-python). Updates `opencv-python` from 4.8.0.74 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-version: 4.8.1.78 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85f671ab..17d2498c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ packages=find_packages(exclude=("tests",)), # create optional [desktop] extras_require={ - "desktop": ["opencv-python==4.8.0.74"], + "desktop": ["opencv-python==4.8.1.78"], "dev": [ "mypy", "responses",