From 463b101b2a3ce67b58f714574e01edb994ec7a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:02:53 +0000 Subject: [PATCH] Bump opencv-python from 4.11.0.86 to 4.12.0.88 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.11.0.86 to 4.12.0.88. - [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.12.0.88 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5adcbe5..38a33499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "h5py==3.13.0", "scipy==1.15.3", - "opencv-python==4.11.0.86", + "opencv-python==4.12.0.88", "deepdiff==8.6.1", "numpy>=1.22.2,<2.3.0", "matplotlib==3.10.3",