From 2aff515e57ff353acd606520a05b7ecd910cd2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:36:37 +0530 Subject: [PATCH] deps(deps): update opencv-python requirement from >=4.6.0 to >=4.13.0.92 (#586) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdb3d82f..807c8b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dependencies = [ "openpyxl>=3.0.10", "pillow>=9.2.0", "librosa>=0.9.0", - "opencv-python>=4.6.0", + "opencv-python>=4.13.0.92", "faiss-cpu>=1.7.0", "fastembed>=0.2.0", "onnxruntime>=1.17.0",