From c149b4058bdaa92fff443c1ac10918d8fd5279c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:54:53 +0000 Subject: [PATCH] Bump opencv-python in /tutorial/Detect-Facial-Features Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.2.0+contrib 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] --- tutorial/Detect-Facial-Features/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/Detect-Facial-Features/requirements.txt b/tutorial/Detect-Facial-Features/requirements.txt index 6da67cb..4dc595e 100644 --- a/tutorial/Detect-Facial-Features/requirements.txt +++ b/tutorial/Detect-Facial-Features/requirements.txt @@ -9,5 +9,5 @@ Cython==0.25.2 dlib==19.4.0 numpy==1.13.1 numpydoc==0.6.0 -opencv-python==3.2.0+contrib +opencv-python==4.2.0.32 Pillow==4.2.0 \ No newline at end of file