Skip to content

Commit 8556509

Browse files
committed
1 parent a088a68 commit 8556509

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
@@ -12,7 +12,7 @@ RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.p
1212
RUN apt-get install -yq git
1313

1414
# install requirements before ADD to cache layer and speed build
15-
RUN pip install celery==3.1.8 \
15+
RUN pip install celery==3.1.11 \
1616
Django==1.6.4 \
1717
django-allauth==0.15.0 \
1818
git+https://github.com/deis/django-fsm@add-exception-handling \

controller/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
44
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
55
#
6-
celery==3.1.8
6+
celery==3.1.11
77
Django==1.6.4
88
django-allauth==0.15.0
99
# HACK: use bacongobbler's feature branch until

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
88
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
99
#
10-
celery==3.1.8
10+
celery==3.1.11
1111
Django==1.6.4
1212
django-allauth==0.15.0
1313
# HACK: use bacongobbler's feature branch until

0 commit comments

Comments
 (0)