From 74bf3b41609684dd9003d6ab50e995a8196ec66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 21 May 2015 17:56:05 +0200 Subject: [PATCH] Update gunicorn --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d096e3cf..0098b044 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==1.7.8 #djangorestframework==2.3.13 # It's not necessary since Taiga 1.7 django-picklefield==0.3.1 django-sampledatahelper==0.2.2 -gunicorn==19.1.1 +gunicorn==19.3.0 psycopg2==2.5.4 pillow==2.5.3 pytz==2014.4