From d075a511394f06634d23e1fa8245d5772e6e8cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:04:30 +0000 Subject: [PATCH] Update opencv-python requirement from <5 to <6 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: 5.0.0.93 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- snake-pit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snake-pit/requirements.txt b/snake-pit/requirements.txt index a4a4b2d3..bc2eaccf 100644 --- a/snake-pit/requirements.txt +++ b/snake-pit/requirements.txt @@ -1,4 +1,4 @@ pandas # opencv-python 5.0.0 has a severe getTextSize perf regression -opencv-python<5 +opencv-python<6 supervision