From 2637dd90df69dc2dbd9cf62685fd2037456d2a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:41:09 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 9.3.0 in /OCR_model Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 9.3.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/5.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- OCR_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCR_model/requirements.txt b/OCR_model/requirements.txt index 004b53b..ed4f12b 100644 --- a/OCR_model/requirements.txt +++ b/OCR_model/requirements.txt @@ -1,6 +1,6 @@ opencv-python==4.1.0.25 pytesseract==0.3.0 -pillow==5.1.0 +pillow==9.3.0 Flask==1.0.2 gunicorn==19.9.0 pandas==0.25.1