From bcdc506d43bc6f4ec99d7ab9e806145bbecde283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:05:54 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 9.3.0 in /Scripts Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.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/4.3.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 73570b9f..4117c114 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -4,7 +4,7 @@ chardet==3.0.4 django==1.11 idna==2.6 olefile==0.44 -pillow==4.3.0 +pillow==9.3.0 pip==9.0.1 pytz==2017.3 requests==2.18.4