From ef8e69213f3abdff3748bac5bcfd2fb25bbe899a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:31:12 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 8.1.1. - [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/5.0.0...8.1.1) Signed-off-by: dependabot[bot] --- requirements/pip.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 252605a..3f0d1b5 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,2 +1,2 @@ six==1.11.0 -Pillow==5.0.0 +Pillow==8.1.1 diff --git a/setup.py b/setup.py index d9f2dbc..4402440 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ }, install_requires=[ 'six~=1.11.0', - 'Pillow~=5.0.0', + 'Pillow>=5.0,<8.2', ], entry_points={}, classifiers=[