From 7cc866e3b6fd9b081b39dfe0cc0fb7fe21c82126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:11:58 +0000 Subject: [PATCH] Bump opencv-python from 3.4.9.33 to 4.2.0.32 in /CNN Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.9.33 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] --- CNN/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNN/requirements.txt b/CNN/requirements.txt index 9d890b3..55763c0 100644 --- a/CNN/requirements.txt +++ b/CNN/requirements.txt @@ -3,5 +3,5 @@ h5py==2.10.0 tensorflow==1.15.2 keras==2.2.5 flask -opencv-python==3.4.9.33 +opencv-python==4.2.0.32 flask-cors