From 580ded6aa8b2357ed588266b8b7f3d6ccd1cb000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:52:22 +0000 Subject: [PATCH] Bump opencv-contrib-python from 3.4.2.17 to 4.2.0.32 Bumps [opencv-contrib-python](https://github.com/skvark/opencv-python) from 3.4.2.17 to 4.2.0.32. - [Release notes](https://github.com/skvark/opencv-python/releases) - [Commits](https://github.com/skvark/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-contrib-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5a992c..271a829 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy Shapely -opencv-contrib-python==3.4.2.17 +opencv-contrib-python==4.2.0.32 diff --git a/setup.py b/setup.py index 1d5ae71..8dcba6c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ url="https://github.com/mett96/segmentation-evaluation", install_requires=['numpy', 'Shapely', - 'opencv-contrib-python==3.4.2.17'], + 'opencv-contrib-python==4.2.0.32'], packages=setuptools.find_packages(), license="GPLv3", classifiers=[