From 823a2dbeb4dbcc25dd7984748c7967dc8fb0645a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 10:01:36 +0000 Subject: [PATCH] Update opencv-python requirement from ~=4.5.3.56 to ~=4.5.5.62 Updates the requirements on [opencv-python](https://github.com/skvark/opencv-python) to permit the latest version. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44b4dac..7d66269 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ matplotlib~=3.4.3 moviepy~=1.0.3 mtcnn~=0.1.1 numpy~=1.21.2 -opencv-python~=4.5.3.56 +opencv-python~=4.5.5.62 pandas~=1.3.4 pathlib~=1.0.1 pyaudio~=0.2.11