From 5c903ef7bad5565466f7b5474ad49e7a123a4fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 16:56:43 +0000 Subject: [PATCH] Bump pillow from 7.0.0 to 7.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 to 7.1.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.0.0...7.1.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2c5bdb88..c2f9630a4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ INSTALL_REQUIRES = [ - "Pillow==7.0.0", + "Pillow==7.1.0", "SQLAlchemy==1.3.13", "WebOb==1.8.6", "WebTest==2.0.34",