From 45f5ba71e76128bb266f6621b7eaec71af19ed2b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 28 Jun 2014 11:56:27 -0500 Subject: Bump some requirements Signed-off-by: Dan McGee --- requirements.txt | 4 ++-- requirements_prod.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4de9aee..317e800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ Markdown==2.4.1 South==0.8.4 bencode==1.0 django-countries==2.1.2 -jsmin==2.0.9 +jsmin==2.0.11 pgpdump==1.5 -pytz>=2014.3 +pytz>=2014.4 diff --git a/requirements_prod.txt b/requirements_prod.txt index 38f96f7..a4e338b 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -5,9 +5,9 @@ Markdown==2.4.1 South==0.8.4 bencode==1.0 django-countries==2.1.2 -jsmin==2.0.9 +jsmin==2.0.11 pgpdump==1.5 psycopg2==2.5.3 pyinotify==0.9.4 python-memcached==1.53 -pytz>=2014.3 +pytz>=2014.4 -- cgit v1.2.3-24-g4f1b