Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(controller): update to Django 1.6.3 security release
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Apr 28, 2014
1 parent 4979c2f commit 04b21e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get install -yq git

# install requirements before ADD to cache layer and speed build
RUN pip install celery==3.1.8 \
Django==1.6.2 \
Django==1.6.3 \
django-allauth==0.15.0 \
git+https://github.com/deis/django-fsm@add-exception-handling \
django-guardian==1.1.1 \
Expand Down
2 changes: 1 addition & 1 deletion controller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
#
celery==3.1.8
Django==1.6.2
Django==1.6.3
django-allauth==0.15.0
# HACK: use bacongobbler's feature branch until
# https://github.com/kmmbvnr/django-fsm/pull/31 is merged
Expand Down
2 changes: 1 addition & 1 deletion docs/docs_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
#
celery==3.1.8
Django==1.6.2
Django==1.6.3
django-allauth==0.15.0
# HACK: use bacongobbler's feature branch until
# https://github.com/kmmbvnr/django-fsm/pull/31 is merged
Expand Down

0 comments on commit 04b21e4

Please sign in to comment.