mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 13:10:17 +03:00
Update hiredis from 3.0.0 to 3.1.0
This commit is contained in:
parent
45b255bd14
commit
2b0765cb6d
|
@ -13,7 +13,7 @@ whitenoise==6.8.2 # https://github.com/evansd/whitenoise
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
redis==5.2.0 # https://github.com/redis/redis-py
|
redis==5.2.0 # https://github.com/redis/redis-py
|
||||||
{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
|
{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
|
||||||
hiredis==3.0.0 # https://github.com/redis/hiredis-py
|
hiredis==3.1.0 # https://github.com/redis/hiredis-py
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.use_celery == "y" %}
|
{%- if cookiecutter.use_celery == "y" %}
|
||||||
celery==5.4.0 # pyup: < 6.0 # https://github.com/celery/celery
|
celery==5.4.0 # pyup: < 6.0 # https://github.com/celery/celery
|
||||||
|
|
Loading…
Reference in New Issue
Block a user