Skip to content

Commit 5e0f219

Browse files
committed
Updated to Django 1.5.2 security release, also boto 2.10.0.
1 parent de4f700 commit 5e0f219

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dev_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Deis controller requirements
22
azure>=0.7.0
3-
boto>=2.9.9
4-
Django>=1.5.1
3+
boto>=2.10.0
4+
Django>=1.5.2
55
django-allauth>=0.12.0
66
django-celery>=3.0.21
77
django-json-field>=0.5.4
@@ -23,7 +23,7 @@ requests>=1.2.3
2323
# Deis documentation requirements
2424
Sphinx>=1.2b1
2525
smartypants>=1.6.0.3
26-
sphinxcontrib-httpdomain>=1.1.8
26+
sphinxcontrib-httpdomain>=1.1.9
2727

2828
# Run "make coverage" for the % of code exercised during tests
2929
coverage>=3.6

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Deis controller requirements
22
azure>=0.7.0
3-
boto>=2.9.9
4-
Django>=1.5.1
3+
boto>=2.10.0
4+
Django>=1.5.2
55
django-allauth>=0.12.0
66
django-celery>=3.0.21
77
django-json-field>=0.5.4

0 commit comments

Comments
 (0)