This commit is contained in:
pyup.io bot 2017-03-01 17:48:08 +00:00 committed by GitHub
commit 5769325cff

View File

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