From 556f7de3a3271c1d7d1d303193a902b2cf1a7156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:38:38 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 8.2.0 in /Backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 8.2.0. - [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/6.2.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Backend/OCR/requirements.txt | 2 +- Backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Backend/OCR/requirements.txt b/Backend/OCR/requirements.txt index e8a536f..160081c 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==8.2.0 pybase64==1.0.0 pytesseract==0.3.0 Werkzeug==0.16.0 diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 60d339d..5001842 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -6,7 +6,7 @@ MarkupSafe==1.1.1 nms==0.1.6 numpy==1.15.0 opencv-python==4.1.1.26 -Pillow==6.2.0 +Pillow==8.2.0 pybase64==1.0.0 pytesseract==0.3.0 Werkzeug==0.16.0