mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-08 20:54:43 +00:00
Update celery from 3.1.23 to 3.1.24 (#831)
This commit is contained in:
parent
ccedf35895
commit
ef2b68115d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ django-redis==4.5.0
|
|||
redis>=2.10.5
|
||||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
celery==3.1.23
|
||||
celery==3.1.24
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue