From 9b56a3545847cd261c746247971724fc3e0994c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:07:13 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 9.0.1 in /OCR_model Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.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/5.1.0...9.0.1) --- 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..1e9aa86 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.0.1 Flask==1.0.2 gunicorn==19.9.0 pandas==0.25.1