Skip to content

Commit 0e6743b

Browse files
committed
chore(controller): update celery to 3.1.13
Several bug fixes, some specific to Django: http://docs.celeryproject.org/en/latest/changelog.html#version-3-1-13
1 parent c8f9647 commit 0e6743b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 [args]
55
#
6-
celery==3.1.11
6+
celery==3.1.13
77
Django==1.6.5
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 [args]
99
#
10-
celery==3.1.11
10+
celery==3.1.13
1111
Django==1.6.5
1212
django-allauth==0.15.0
1313
# HACK: use bacongobbler's feature branch until

0 commit comments

Comments
 (0)