Update hiredis from 3.1.1 to 3.2.0

This commit is contained in:
pyup-bot 2025-05-23 18:40:30 +08:00
parent a46e4d15c7
commit 6470aec55a

View File

@ -13,7 +13,7 @@ whitenoise==6.9.0 # https://github.com/evansd/whitenoise
{%- endif %} {%- endif %}
redis==6.1.0 # https://github.com/redis/redis-py redis==6.1.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.1.1 # https://github.com/redis/hiredis-py hiredis==3.2.0 # https://github.com/redis/hiredis-py
{%- endif %} {%- endif %}
{%- if cookiecutter.use_celery == "y" %} {%- if cookiecutter.use_celery == "y" %}
celery==5.5.2 # pyup: < 6.0 # https://github.com/celery/celery celery==5.5.2 # pyup: < 6.0 # https://github.com/celery/celery