Merge pull request #2716 from pydanny/pyup-update-celery-4.4.6-to-4.4.7

Update celery to 4.4.7
This commit is contained in:
Bruno Alla 2020-08-03 09:56:31 +02:00 committed by GitHub
commit a575c28b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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