From f60ab77806357f2a25e1d28b55169c83a52e7ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:50:53 +0000 Subject: [PATCH] Bump opencv-contrib-python from 3.4.3.18 to 4.2.0.32 Bumps [opencv-contrib-python](https://github.com/skvark/opencv-python) from 3.4.3.18 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] --- app/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 9833409..987b8f0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ certifi==2018.8.24 numpy==1.15.2 -opencv-contrib-python==3.4.3.18 +opencv-contrib-python==4.2.0.32 opencv-python==3.4.3.18 PyQt5==5.11.3 PyQt5-sip==4.19.13 diff --git a/requirements.txt b/requirements.txt index d8309e2..b0485bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2018.8.24 -opencv-contrib-python==3.4.3.18 +opencv-contrib-python==4.2.0.32 pandas torch>=0.4.1 numpy>=1.14.5