mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 06:03:09 +00:00
Update celery from 4.4.6 to 4.4.7
This commit is contained in:
parent
58882b6a7d
commit
7cf0bbdf0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue