From fd9916ddec40700072014685f3081d1fdd1eb834 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 3 Jul 2017 13:46:21 -0400 Subject: [PATCH] Update required versions of Pillow and django-suit. Signed-off-by: Roberto Rosario --- requirements/base.txt | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 88b755e5ef..2a27da9aab 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -Pillow==4.0.0 +Pillow==4.2.0 PyYAML==3.12 celery==3.1.24 @@ -19,7 +19,7 @@ django-mptt>=0.8.7 django-qsstats-magic==0.7.2 django-rest-swagger==0.3.10 django-stronghold==0.2.8 -django-suit==0.2.23 +django-suit==0.2.25 django-widget-tweaks==1.4.1 djangorestframework==3.3.2 djangorestframework-recursive==0.1.1 diff --git a/setup.py b/setup.py index 0c4722fb2b..c3fac2e86f 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def find_packages(directory): return packages install_requires = """ -Pillow==4.0.0 +Pillow==4.2.0 PyYAML==3.12 celery==3.1.24 cssmin==0.2.0 @@ -76,7 +76,7 @@ django-mptt>=0.8.7 django-qsstats-magic==0.7.2 django-rest-swagger==0.3.10 django-stronghold==0.2.8 -django-suit==0.2.23 +django-suit==0.2.25 django-widget-tweaks==1.4.1 djangorestframework==3.3.2 djangorestframework-recursive==0.1.1