diff options
author | Dan McGee <dan@archlinux.org> | 2015-02-26 18:40:57 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2015-02-26 18:40:57 -0600 |
commit | 1c0f41ff1a150f72aa323f1f3ebc8179e3ec9ac6 (patch) | |
tree | 2690ed4594c3aad4eef8ad1fb2921c872cbb9f31 | |
parent | 8afa3cc2df4d3a53eec44b1b977b0b50b096617d (diff) |
Bump some package requirements
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | requirements_prod.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index fdca7bee..8e8dd0fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ Django==1.7.4 IPy==0.81 Jinja2==2.7.3 -Markdown==2.5.2 +Markdown==2.6 MarkupSafe==0.23 bencode==1.0 -django-countries==3.1.1 +django-countries==3.2 django-jinja==1.1.1 jsmin==2.1.1 pgpdump==1.5 diff --git a/requirements_prod.txt b/requirements_prod.txt index edb94707..ce655fb5 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -2,10 +2,10 @@ Django==1.7.4 IPy==0.81 Jinja2==2.7.3 -Markdown==2.5.2 +Markdown==2.6 MarkupSafe==0.23 bencode==1.0 -django-countries==3.1.1 +django-countries==3.2 django-jinja==1.1.1 jsmin==2.1.1 pgpdump==1.5 |