From 40eb2ae01dd63ccbae16e0d6e348009575082ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:06:53 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.1 in /Backend/OCR Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. - [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.1) --- 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..80d35e6 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.1 pybase64==1.0.0 pytesseract==0.3.0 Werkzeug==0.16.0