From 5d6057d922fba8fa80a97425ed5d75b894bd2fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:17:07 +0000 Subject: [PATCH] chore(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-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 3717f84..a872683 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -11,7 +11,7 @@ shapely>=2.0.0 pyproj>=3.4.0 # Computer Vision -opencv-python>=4.5.0 +opencv-python>=4.13.0.92 pillow>=9.0.0 albumentations>=1.3.0 diff --git a/requirements.txt b/requirements.txt index 687a133..f23ac2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pyproj>=3.4.0 fiona>=1.9.0 # Computer Vision -opencv-python>=4.5.0 +opencv-python>=4.13.0.92 pillow>=9.0.0 albumentations>=1.3.0