From 4d0507966385ca47d0dab497121cad09fddc282e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:40:31 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.3.0 in /trying_flask Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 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/8.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trying_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trying_flask/requirements.txt b/trying_flask/requirements.txt index 57ed96e..6a35e9f 100644 --- a/trying_flask/requirements.txt +++ b/trying_flask/requirements.txt @@ -5,6 +5,6 @@ itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 Werkzeug==0.15.6 -Pillow==8.1.1 +Pillow==9.3.0 pytesseract python-dateutil==2.8.0 \ No newline at end of file