From 1f96968c645e46460055301932f953300da0d255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 09:33:29 +0200 Subject: [PATCH] Bump pillow from 7.1.2 to 7.2.0 (#184) Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 7.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/7.1.2...7.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd9168ae..6f36988e 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def readme(): "pytest-cov>=2.6.1", "pytest-mock>=3.1.1", "pytest-xdist==1.32.0", - "Pillow==7.1.2", + "Pillow==7.2.0", "scipy==1.5.0", "tensorflow_datasets>=3.1.0", ],