Update django-celery-beat from 2.0.0 to 2.1.0

This commit is contained in:
pyup-bot 2020-10-19 23:39:07 -07:00
parent 4b97071cfe
commit 8e229ce0e0

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 %}