From 53c38794efaeeb34a3d9c6f80c6c58235b64ce2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 13:03:38 +0000 Subject: [PATCH] Bump opencv-python from 4.5.2.52 to 4.6.0.66 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.5.2.52 to 4.6.0.66. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Hand-Motion-Detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hand-Motion-Detection/requirements.txt b/Hand-Motion-Detection/requirements.txt index 159d7732926..8348ea06987 100644 --- a/Hand-Motion-Detection/requirements.txt +++ b/Hand-Motion-Detection/requirements.txt @@ -1,3 +1,3 @@ numpy==1.22.0 -opencv_python==4.5.2.52 +opencv_python==4.6.0.66 mediapipe==0.8.7.3