From 42b66f66ff1da33fba3d6d2718823ed8519c8ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:43:59 +0000 Subject: [PATCH] deps(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 8f4a4ffb3..8f7463d1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -101,7 +101,7 @@ websockets>=14.1.0 # Image Processing (for AI services) pillow>=11.1.0 -opencv-python>=4.11.0 +opencv-python>=4.13.0.92 # Additional Dependencies redis>=5.2.1