From 1f9e99baa5f15b30e2ab2d632017eb4de5b0e09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 08:57:35 +0000 Subject: [PATCH] Bump opencv-python from 4.1.1.26 to 4.2.0.32 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.1.26 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-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 81e41de..7dac566 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ConfigArgParse==0.15.1 idna==2.8 imutils==0.5.3 numpy==1.17.4 -opencv-python==4.1.1.26 +opencv-python==4.2.0.32 Pillow==6.2.2 requests==2.22.0 urllib3==1.25.7 diff --git a/setup.py b/setup.py index f4ce73d..e29e97d 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'idna==2.8', 'imutils==0.5.3', 'numpy==1.17.4', - 'opencv-python==4.1.1.26', + 'opencv-python==4.2.0.32', 'Pillow==6.2.2', 'requests==2.22.0', 'urllib3==1.25.7'