From f8ec082c801faf4ce7df53401131531b914befcd Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 5 Nov 2016 10:57:42 +0100 Subject: [PATCH] Bump Django and Pillow --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0fc97cc9..4cbc2bdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django-compressor==2.1 -Django==1.10.1 -Pillow==3.3.1 +Django==1.10.3 +Pillow==3.4.2 psycopg2==2.6.2 python-social-auth==0.2.21 requests==2.11.1