From c73874d30c42e07d983b3bb4a6a33e79192ddec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:44:39 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 8.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 8.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/5.0.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..f1efe06 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,2 +1,2 @@ six==1.11.0 -Pillow==5.0.0 +Pillow==8.2.0 diff --git a/setup.py b/setup.py index d9f2dbc..6237668 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.3', ], entry_points={}, classifiers=[