From 5815e14cb63d4c8c03fa6d4504f4def544aa5fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:58:08 +0000 Subject: [PATCH] Bump opencv-python from 3.4.3.18 to 4.2.0.32 Bumps [opencv-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-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 4aee108b..c5420714 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ Unidecode==1.0.22 nltk==3.3 pandas==0.23.4 requests==2.19.1 -opencv-python==3.4.3.18 +opencv-python==4.2.0.32 Pillow==5.2.0 matplotlib==2.2.3 diff --git a/setup.py b/setup.py index d6394059..7bfede5c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'nltk==3.3', 'pandas==0.23.4', 'requests==2.19.1', - 'opencv-python==3.4.3.18', + 'opencv-python==4.2.0.32', 'Pillow==5.2.0', 'matplotlib==2.2.3']