From cc3318c369226932f2bf5270b2c86def19314eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:11:35 +0000 Subject: [PATCH] Bump pillow from 4.1.0 to 9.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.0 to 9.0.1. - [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.0.1) --- 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 c2e0b08..4734414 --- 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.0.1', 'tensorflow-gpu==1.0.1', 'Theano==0.9.0', 'nltk==3.2.2',