From a2d258186d5d9827f93593a22c8df7fc8a6015bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:38:15 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.0.0...9.3.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..57e6bcc 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,2 +1,2 @@ six==1.11.0 -Pillow==5.0.0 +Pillow==9.3.0 diff --git a/setup.py b/setup.py index d9f2dbc..c9ac951 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ }, install_requires=[ 'six~=1.11.0', - 'Pillow~=5.0.0', + 'Pillow>=5.0,<9.4', ], entry_points={}, classifiers=[