From 4aebb145d71daf0236ecd640420da57a4ce033bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 24 May 2019 15:14:53 +0000 Subject: [PATCH] Update pillow requirement from <5 to <7 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...6.0.0) --- 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..9cd1a6e --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.9.13 -Pillow<5 +Pillow<7 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..b6fdd2c --- 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<7", "django-bootstrap-pagination==1.5.0", "django-bootstrap3==7.0.0", "django-braces==1.4.0",