From 7594192345d254870045ed50ae36b32a5ec4bfe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:43:14 +0000 Subject: [PATCH] Bump pillow from 4.1.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.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.1.0...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(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index c2e0b089..5cbe30ee --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'numpy==1.12.1', 'python-dateutil==2.6.0', 'scipy==0.19.0', - 'Pillow==4.1.0', + 'Pillow==9.3.0', 'tensorflow-gpu==1.0.1', 'Theano==0.9.0', 'nltk==3.2.2',