From 10662864e59e144ea86dc1ce0a4a0b869bf06e56 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 05:25:08 +0000 Subject: [PATCH] Update pillow requirement from <5 to <9 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/1.0...8.0.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index cbea000..03bb3b4 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.9.13 -Pillow<5 +Pillow<9 django-bootstrap-pagination==1.5.0 django-bootstrap3==7.0.0 django-braces==1.4.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 2c355a4..35d47be --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(fname): test_suite='tests.main', install_requires=[ "Django==1.9.13", - "Pillow<5", + "Pillow<9", "django-bootstrap-pagination==1.5.0", "django-bootstrap3==7.0.0", "django-braces==1.4.0",