From 04b1cfb286e98e89939327d557539e7baab8562d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:04:07 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.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.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ddbcb0..9c44a22 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "parso==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "pexpect==4.8.0; sys_platform != 'win32'", "pickleshare==0.7.5", - "pillow==8.0.1; python_version >= '3.6'", + "pillow==9.3.0; python_version >= '3.6'", "plac==1.1.3", "preshed==3.0.5", "prompt-toolkit==3.0.8; python_full_version >= '3.6.1'",