From b93544fc587fb1a78555c827ec6aa2f8bb254473 Mon Sep 17 00:00:00 2001 From: Felipe Date: Mon, 16 Sep 2013 13:16:57 +0200 Subject: [PATCH] Updated base requirements (django security update) --- config/requirements.pip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/requirements.pip b/config/requirements.pip index 12c68fb..0184a5a 100644 --- a/config/requirements.pip +++ b/config/requirements.pip @@ -1,5 +1,5 @@ -Django==1.5.1 +Django==1.5.4 jingo==0.6.1 -django-grappelli==2.4.4 -South==0.7.6 -pytz==2013b +django-grappelli==2.4.6 +South==0.8.2 +pytz==2013d