From 77a7744ace08953bd63d7d684b18bc29b5dfb23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:10:47 +0000 Subject: [PATCH] build(deps): update opencv-python requirement from >=4.13 to >=4.13.0.92 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 4fd3163..c48bf65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Score photos for black & white potential — deterministic analys requires-python = ">=3.12" license = { text = "MIT" } dependencies = [ - "opencv-python>=4.13", + "opencv-python>=4.13.0.92", "numpy>=2.4.4", "tqdm>=4.67.3", ]