Update celery from 3.1.25 to 4.1.0

This commit is contained in:
pyup-bot 2017-07-24 11:48:08 -07:00
parent 34c969423f
commit 4796052739

View File

@ -51,7 +51,7 @@ django-redis==4.8.0
redis>=2.10.5
{% if cookiecutter.use_celery == "y" %}
celery==3.1.25
celery==4.1.0
{% endif %}
{% if cookiecutter.use_compressor == "y" %}