Update celery from 3.1.25 to 3.1.26

This commit is contained in:
pyup-bot 2018-03-23 10:17:00 -05:00
parent d1198f63b1
commit a923fc6fb9

View File

@ -10,7 +10,7 @@ whitenoise==3.3.1 # https://github.com/evansd/whitenoise
{%- endif %} {%- endif %}
redis>=2.10.5 # https://github.com/antirez/redis redis>=2.10.5 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %} {%- if cookiecutter.use_celery == "y" %}
celery==3.1.25 # pyup: <4.0 # https://github.com/celery/celery celery==3.1.26 # pyup: <4.0 # https://github.com/celery/celery
{%- endif %} {%- endif %}
# Django # Django