From 6dac3fa8c96589dd62fb7c8f639fe087b0223133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:06:19 +0000 Subject: [PATCH] Bump opencv-python from 3.4.5.20 to 4.2.0.32 in /Gaze Estimation Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.5.20 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] --- Gaze Estimation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gaze Estimation/requirements.txt b/Gaze Estimation/requirements.txt index dfca1cf..52b2ac9 100644 --- a/Gaze Estimation/requirements.txt +++ b/Gaze Estimation/requirements.txt @@ -1,3 +1,3 @@ numpy == 1.16.1 -opencv_python == 3.4.5.20 +opencv_python == 4.2.0.32 dlib == 19.16.0