Update celery from 3.1.24 to 4.0.2

This commit is contained in:
pyup-bot 2016-12-15 16:49:31 -08:00
parent 37a359bd41
commit bb4c4d2968

View File

@ -49,7 +49,7 @@ django-redis==4.6.0
redis>=2.10.5
{% if cookiecutter.use_celery == "y" %}
celery==3.1.24
celery==4.0.2
{% endif %}
{% if cookiecutter.use_compressor == "y" %}