From 84eafb52b8679d67dea64e2a8bd5ca5c113b4dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:29:36 +0000 Subject: [PATCH] :arrow_up: Bump opencv-python from 3.4.0.12 to 3.4.7.28 in /ocr_api Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.0.12 to 3.4.7.28. - [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..29691c0 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==3.4.7.28 Cython==0.27.3 Pillow==5.0.0 PyYAML==3.12