From a3c77b1fed86bd92b12bded14e14157043ec35bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 05:33:53 +0000 Subject: [PATCH] Update pillow requirement from <5 to <8 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...7.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..53728fb --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.9.13 -Pillow<5 +Pillow<8 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..41a0d3d --- 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<8", "django-bootstrap-pagination==1.5.0", "django-bootstrap3==7.0.0", "django-braces==1.4.0",