Skip to content

Commit 04b21e4

Browse files
committed
chore(controller): update to Django 1.6.3 security release
Details at https://www.djangoproject.com/weblog/2014/apr/21/security/
1 parent 4979c2f commit 04b21e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get install -yq git
1313

1414
# install requirements before ADD to cache layer and speed build
1515
RUN pip install celery==3.1.8 \
16-
Django==1.6.2 \
16+
Django==1.6.3 \
1717
django-allauth==0.15.0 \
1818
git+https://github.com/deis/django-fsm@add-exception-handling \
1919
django-guardian==1.1.1 \

controller/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
55
#
66
celery==3.1.8
7-
Django==1.6.2
7+
Django==1.6.3
88
django-allauth==0.15.0
99
# HACK: use bacongobbler's feature branch until
1010
# https://github.com/kmmbvnr/django-fsm/pull/31 is merged

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
99
#
1010
celery==3.1.8
11-
Django==1.6.2
11+
Django==1.6.3
1212
django-allauth==0.15.0
1313
# HACK: use bacongobbler's feature branch until
1414
# https://github.com/kmmbvnr/django-fsm/pull/31 is merged

0 commit comments

Comments
 (0)