From 5fb6ddc98db5b1e4cf1dbd3e393ca8b4ddb3a2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:08:46 +0000 Subject: [PATCH] Bump opencv-python from 4.1.1.26 to 4.2.0.32 in /backend Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.1.26 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2a541f1..be40be1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,5 +4,5 @@ django-cors-headers==3.1.1 Pygments==2.4.2 tensorflow==1.5.0 keras==2.2.4 -opencv-python==4.1.1.26 +opencv-python==4.2.0.32 pillow==6.2.1