mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
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:
commit
a575c28b39
|
@ -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 New Issue
Block a user