summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-10-18 09:01:46 -0500
committerDan McGee <dan@archlinux.org>2012-10-18 09:01:46 -0500
commit072b5b2a6baf2c014168e4fff1a1f2fb8f652e52 (patch)
treea7fd0a8db1d735db64511ff737d61791cc780306
parentabd4b6c6d8541955f327b4adc50cf2031ebe6781 (diff)
downloadarchweb-072b5b2a6baf2c014168e4fff1a1f2fb8f652e52.tar.gz
archweb-072b5b2a6baf2c014168e4fff1a1f2fb8f652e52.zip
Bump requirements
Move to the 1.4.2 Django security release, and update django-countries to 1.4. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--requirements.txt4
-rw-r--r--requirements_prod.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index a80ce88a..51f15a0f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
-Django==1.4.1
+Django==1.4.2
Markdown==2.2.0
South==0.7.6
-django-countries==1.3
+django-countries==1.4
pgpdump==1.3
pytz>=2012f
diff --git a/requirements_prod.txt b/requirements_prod.txt
index f6b48205..2a13c51a 100644
--- a/requirements_prod.txt
+++ b/requirements_prod.txt
@@ -1,7 +1,7 @@
-Django==1.4.1
+Django==1.4.2
Markdown==2.2.0
South==0.7.6
-django-countries==1.3
+django-countries==1.4
pgpdump==1.3
psycopg2==2.4.5
pyinotify==0.9.3