From ef50e967b2b409d2f62b30e07106da14d8cb456b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:04:41 +0000 Subject: [PATCH] Bump opencv-python from 3.4.2.16 to 4.2.0.32 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.16 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 +- smtag/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 673406b..5aaa7b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ neo4jrestclient==2.1.1 nltk == 3.4.1 google-cloud-vision==0.34 google-auth==1.5.1 -opencv-python==3.4.2.16 +opencv-python==4.2.0.32 scikit-learn == 0.20.1 python-dotenv==0.10.1 # to load .env file -e git+https://77b104ff8a48e8547d7daec6f229358505bd5685@github.com/source-data/ai.git#egg=ai diff --git a/smtag/requirements.txt b/smtag/requirements.txt index c35207d..771cdf5 100644 --- a/smtag/requirements.txt +++ b/smtag/requirements.txt @@ -10,7 +10,7 @@ tensorboardX==1.6 google-cloud-vision==0.34 google-auth==1.5.1 # opencv-python==3.4.1.15 # dgx -opencv-python==3.4.2.16 # mac +opencv-python==4.2.0.32 # mac scikit-learn == 0.20.1 python-dotenv==0.10.1 # to load .env file # vsearch==0.2.1 # update with git submodule update --remote