Update celery from 4.2.0 to 4.2.1

This commit is contained in:
pyup-bot 2018-07-18 04:03:29 -07:00
parent 95ee1f159d
commit 72d6be7883

View File

@ -10,7 +10,7 @@ whitenoise==3.3.1 # https://github.com/evansd/whitenoise
{%- endif %}
redis>=2.10.5 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %}
celery==4.2.0 # pyup: <5.0 # https://github.com/celery/celery
celery==4.2.1 # pyup: <5.0 # https://github.com/celery/celery
{%- if cookiecutter.use_docker == 'y' %}
flower==0.9.2 # https://github.com/mher/flower
{%- endif %}