From 0e59489cd181926e1dda6cc17919ee5c4f5a81d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 14:26:31 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 8.1.1 in /TextToSpeech/api Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.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/7.2.0...8.1.1) Signed-off-by: dependabot[bot] --- TextToSpeech/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TextToSpeech/api/requirements.txt b/TextToSpeech/api/requirements.txt index e416c58..8551a0b 100644 --- a/TextToSpeech/api/requirements.txt +++ b/TextToSpeech/api/requirements.txt @@ -2,4 +2,4 @@ Flask==1.1.2 pdf2image==1.13.1 Werkzeug==1.0.1 pytesseract==0.3.4 -Pillow==7.2.0 \ No newline at end of file +Pillow==8.1.1 \ No newline at end of file