From 45b878122e475b77c5a791e4e9a57ea9b161918e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:09:19 +0000 Subject: [PATCH] :arrow_up: Bump opencv-python from 3.4.0.12 to 4.2.0.32 in /ocr_api Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.0.12 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] --- ocr_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocr_api/requirements.txt b/ocr_api/requirements.txt index 6120e04..114c721 100644 --- a/ocr_api/requirements.txt +++ b/ocr_api/requirements.txt @@ -2,7 +2,7 @@ easydict==1.7 tensorflow_gpu==1.3.0 scipy==0.18.1 numpy==1.11.1 -opencv_python==3.4.0.12 +opencv_python==4.2.0.32 Cython==0.27.3 Pillow==5.0.0 PyYAML==3.12