From b62e564248f8f1544981afc0a46eaaecfbfa4da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:14:32 +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 c6e9ce1..0b0d1b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "pyyaml>=6.0.0", "beautifulsoup4>=4.12.0", "lxml>=5.0.0", - "opencv-python>=4.8.0", + "opencv-python>=4.13.0.92", "pillow>=10.0.0", "ultralytics>=8.0.0", "google-api-python-client>=2.197.0",