From 454e53db59abb4450a6921bcae07d96ee0688685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:10:03 +0000 Subject: [PATCH] deps(python)(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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f0763f..ed0d942 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ spacy>=3.6.0 sentence-transformers>=2.2.0 # Computer Vision (for video/image analysis) -opencv-python>=4.8.0 +opencv-python>=4.13.0.92 Pillow>=10.0.0 # Data Processing & Analysis