From 9c6f58b15da330b28486385afe8183a5e509208b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:29:38 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.3.0 in /src/backend/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements/prod.txt b/src/backend/requirements/prod.txt index 43edc9b..fcd0a0b 100644 --- a/src/backend/requirements/prod.txt +++ b/src/backend/requirements/prod.txt @@ -7,7 +7,7 @@ gunicorn==20.0.4 psycopg2-binary==2.8.5 alembic==1.4.2 paramiko==2.7.1 -pillow==7.2.0 +pillow==9.3.0 pytesseract==0.3.5 terrascript==0.8.0 supervisor==4.2.0