Merge pull request #2907 from pydanny/pyup-update-django-celery-beat-2.0.0-to-2.1.0

Update django-celery-beat to 2.1.0
This commit is contained in:
Bruno Alla 2020-11-03 23:31:54 +00:00 committed by GitHub
commit 37be877a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +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.0.0 # https://github.com/celery/django-celery-beat
django-celery-beat==2.1.0 # https://github.com/celery/django-celery-beat
{%- if cookiecutter.use_docker == 'y' %}
flower==0.9.5 # https://github.com/mher/flower
{%- endif %}