From 8325a5097f3f47ac5f9795f238a3cdb92dde494c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 14:24:28 +0000 Subject: [PATCH] Bump pillow from 4.1.0 to 6.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/4.1.0...6.2.0) 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..57db52c --- 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==6.2.0', 'tensorflow-gpu==1.0.1', 'Theano==0.9.0', 'nltk==3.2.2',