From 9e26a5703962f668e9dc5d8cbda2e9a8e5021f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:10:30 +0000 Subject: [PATCH] Bump opencv-python in /cv_course_udacity/p1_facial_keypoints Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.2.0.6 to 3.4.7.28. - [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] --- cv_course_udacity/p1_facial_keypoints/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv_course_udacity/p1_facial_keypoints/requirements.txt b/cv_course_udacity/p1_facial_keypoints/requirements.txt index bd11266..7dcd6a3 100644 --- a/cv_course_udacity/p1_facial_keypoints/requirements.txt +++ b/cv_course_udacity/p1_facial_keypoints/requirements.txt @@ -1,4 +1,4 @@ -opencv-python==3.2.0.6 +opencv-python==3.4.7.28 matplotlib==2.1.1 pandas==0.22.0 numpy==1.12.1