From 69e5b75e93ef4e629c9a7b1a3b3dbf911aa29996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:54:16 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.0 in /Backend/OCR Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Backend/OCR/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/OCR/requirements.txt b/Backend/OCR/requirements.txt index e8a536f..9b0534a 100644 --- a/Backend/OCR/requirements.txt +++ b/Backend/OCR/requirements.txt @@ -7,7 +7,7 @@ nms==0.1.6 numpy==1.15.0 opencv-python==4.1.1.26 # opencv-text-detection==0.0.1 -Pillow==6.2.0 +Pillow==9.0.0 pybase64==1.0.0 pytesseract==0.3.0 Werkzeug==0.16.0