From 3bfdeb54f3ab1fde88bd1b60b6097e6541124f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:46:01 +0000 Subject: [PATCH] chore(deps): update opencv-python requirement Updates the requirements on [opencv-python](https://github.com/opencv/opencv-python) to permit the latest version. - [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.13.0.92 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcd19f2..5050dd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "numpy>=2.0", "scikit-image>=0.23.0", - "opencv-python>=4.10.0", + "opencv-python>=4.13.0.92", "pandas>=2.0.0", ]