From 84b6608dfa2a19c8cc2ae36bd0862366e741d878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 14:25:17 +0000 Subject: [PATCH] Bump opencv-python from 4.11.0.86 to 5.0.0.93 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.11.0.86 to 5.0.0.93. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5a86ab7..0e53b56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -opencv-python==4.11.0.86 +opencv-python==5.0.0.93 largestinteriorrectangle requests diff --git a/setup.cfg b/setup.cfg index fa9c6df..8b01867 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ project_urls = [options] packages = find: install_requires = - opencv-python>=4.0.1,<5 + opencv-python>=4.0.1,<6 largestinteriorrectangle include_package_data = True zip_safe = False