From c44a4cfa71fa814f7049fc3d2d1759063cb3c890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:33:47 +0000 Subject: [PATCH] Bump opencv-python from 4.13.0.92 to 5.0.0.93 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.13.0.92 to 5.0.0.93. - [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: 5.0.0.93 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fb53bd..aaeb407 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ 'idna==3.18', 'keystone-engine', 'lxml==6.1.1', - 'OpenCv-python==4.13.0.92', + 'OpenCv-python==5.0.0.93', 'pefile==2024.8.26', "prompt_toolkit==3.0.52", 'psutil==7.2.2',