Update celery from 4.4.6 to 4.4.7

This commit is contained in:
pyup-bot 2020-07-31 12:52:55 -07:00
parent 58882b6a7d
commit 7cf0bbdf0d

View File

@ -17,7 +17,7 @@ redis==3.5.3 # https://github.com/andymccurdy/redis-py
hiredis==1.1.0 # https://github.com/redis/hiredis-py
{%- endif %}
{%- if cookiecutter.use_celery == "y" %}
celery==4.4.6 # pyup: < 5.0 # https://github.com/celery/celery
celery==4.4.7 # pyup: < 5.0 # https://github.com/celery/celery
django-celery-beat==2.0.0 # https://github.com/celery/django-celery-beat
{%- if cookiecutter.use_docker == 'y' %}
flower==0.9.5 # https://github.com/mher/flower