From b1f1536ed54ccc31944e5cbb0e2ce7e419adad3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:22:43 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdcd26c9..181c392b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "h5py==3.16.0", "scipy==1.15.3", - "opencv-python==4.13.0.92", + "opencv-python==5.0.0.93", "deepdiff==9.1.0", "numpy>=1.22.2,<2.3.0", "matplotlib==3.10.9",