Update celery from 3.1.23 to 3.1.24

This commit is contained in:
pyup-bot 2016-09-30 17:23:23 -07:00
parent 06c175eb63
commit cfcdc0dd23

View File

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