From d55552a28493cf5cc0830e75394a555b349cbd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:19:00 +0000 Subject: [PATCH] Bump opencv-python from 4.7.0.72 to 4.10.0.84 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.7.0.72 to 4.10.0.84. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/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 0fd92bfab3c..33102324ef5 100644 --- a/Hand-Motion-Detection/requirements.txt +++ b/Hand-Motion-Detection/requirements.txt @@ -1,3 +1,3 @@ numpy==1.25.2 -opencv_python==4.7.0.72 +opencv_python==4.10.0.84 mediapipe==0.10.3