From ddeab0204e259c1b4f21837e0b735f91e837a36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 17:55:34 +0000 Subject: [PATCH] Bump opencv-python from 3.1.0.5 to 4.2.0.32 in /facecruncher Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.1.0.5 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] --- facecruncher/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facecruncher/requirements.txt b/facecruncher/requirements.txt index ced496c..2b2df0f 100644 --- a/facecruncher/requirements.txt +++ b/facecruncher/requirements.txt @@ -1,6 +1,6 @@ tensorflow==1.2 scipy -opencv-python==3.1.0.5 +opencv-python==4.2.0.32 h5py matplotlib Pillow