Merge pull request #3009 from pydanny/pyup-update-django-celery-beat-2.1.0-to-2.2.0

This commit is contained in:
Bruno Alla 2021-01-24 15:28:06 +00:00 committed by GitHub
commit 4a68d15526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,7 @@ hiredis==1.1.0 # https://github.com/redis/hiredis-py
{%- endif %}
{%- if cookiecutter.use_celery == "y" %}
celery==4.4.6 # pyup: < 5.0,!=4.4.7 # https://github.com/celery/celery
django-celery-beat==2.1.0 # https://github.com/celery/django-celery-beat
django-timezone-field==4.0 # https://github.com/celery/django-celery-beat/pull/378
django-celery-beat==2.2.0 # https://github.com/celery/django-celery-beat
{%- if cookiecutter.use_docker == 'y' %}
flower==0.9.7 # https://github.com/mher/flower
{%- endif %}