From aa4bef0451864b2b9e30db009448a4c7e9389c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 23:57:52 +0000 Subject: [PATCH] Bump opencv-python from 4.5.4.58 to 4.5.4.60 (#149) Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.5.4.58 to 4.5.4.60. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0a8b17..d092ade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -opencv-python==4.5.4.58 +opencv-python==4.5.4.60 Pillow==8.4.0 pyfakewebcam==0.1.0 tensorflow==2.6.2; python_version < "3.7"