From 9a704efa3f5dfc18a3c13379584d74927e3d2b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:43:15 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.3.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b46ed6a337061..8c73aebe4ecf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ ofxparse==0.19 passlib==1.7.1 Pillow==5.4.1 ; python_version <= '3.7' and sys_platform != 'win32' Pillow==6.1.0 ; python_version <= '3.7' and sys_platform == 'win32' -Pillow==8.1.1 ; python_version > '3.7' +Pillow==9.3.0 ; python_version > '3.7' polib==1.1.0 psutil==5.6.6 psycopg2==2.7.7; sys_platform != 'win32' and python_version < '3.8'