From 6470aec55aeb6313389c7f4cda77b848393ee658 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 23 May 2025 18:40:30 +0800 Subject: [PATCH] Update hiredis from 3.1.1 to 3.2.0 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index d097c832c..eb415645c 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -13,7 +13,7 @@ whitenoise==6.9.0 # https://github.com/evansd/whitenoise {%- endif %} redis==6.1.0 # https://github.com/redis/redis-py {%- 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 %} {%- if cookiecutter.use_celery == "y" %} celery==5.5.2 # pyup: < 6.0 # https://github.com/celery/celery