From dde3a7270b37946cf7bb2f6341d174dca6d376e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:43:54 +0000 Subject: [PATCH] chore(deps): update opencv-python requirement from >=4.5.0 to >=5.0.0.93 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] --- 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 492ec33..ac59871 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -11,7 +11,7 @@ shapely>=2.1.2 pyproj>=3.7.1 # Computer Vision -opencv-python>=4.5.0 +opencv-python>=5.0.0.93 pillow>=9.0.0 albumentations>=2.0.8 diff --git a/requirements.txt b/requirements.txt index b7459be..32cdc3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pyproj>=3.7.1 fiona>=1.9.0 # Computer Vision -opencv-python>=4.5.0 +opencv-python>=5.0.0.93 pillow>=9.0.0 albumentations>=2.0.8