This commit is contained in:
pyup.io bot 2018-02-13 14:35:38 +00:00 committed by GitHub
commit 40107d822f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,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" %}