From a3cd83a0e754d8d8ec5bb03d7d5c9b2f2fe7bcd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Thu, 8 Jun 2017 15:35:05 +0200 Subject: [PATCH] update python dependencies --- src/requirements/production-extra.txt | 4 ++-- src/requirements/production.txt | 12 ++++++------ src/requirements/redis.txt | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/requirements/production-extra.txt b/src/requirements/production-extra.txt index f53017e4..ade67113 100644 --- a/src/requirements/production-extra.txt +++ b/src/requirements/production-extra.txt @@ -1,2 +1,2 @@ -matplotlib>=1.5.3,<1.6 -scipy>=0.18.1,<0.19 +matplotlib>=2.0,<2.1 +scipy>=0.19,<0.20 diff --git a/src/requirements/production.txt b/src/requirements/production.txt index c4670591..0c13e0ab 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,11 +1,11 @@ Django>=1.11,<1.12 -django-bootstrap3>=6.2,<6.3 +django-bootstrap3>=8.2,<8.3 django-compressor==2.1 csscompressor -djangorestframework>=3.4,<3.5 -django-filter>=0.14,<0.15 +djangorestframework>=3.6,<3.7 +django-filter>=1.0,<1.1 shapely>=1.5,<1.6 -celery>=3.1,<3.2 -requests>=2.11,<2.12 -Pillow>=3.4.2,<3.5 +celery>=4.0,<4.1 +requests>=2.17,<2.18 +Pillow>=4.1,<4.2 qrcode>=5.3,<5.4 diff --git a/src/requirements/redis.txt b/src/requirements/redis.txt index 11ae9e71..8a1c0350 100644 --- a/src/requirements/redis.txt +++ b/src/requirements/redis.txt @@ -1,2 +1,2 @@ -django-redis>=4.1,<4.2 +django-redis>=4.8,<4.9 redis>=2.10,<2.11