From 72f75e4f8850591b59dc6888d14d544dfd6594d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 08:59:38 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 8.1.1 in /OCR_model Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.1.0...8.1.1) 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..c856b54 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==8.1.1 Flask==1.0.2 gunicorn==19.9.0 pandas==0.25.1