From 5ad0eb7b45c09f4231dac6f4267f1ac02882c059 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 10 May 2025 01:52:39 +0800 Subject: [PATCH] Update hiredis from 3.1.0 to 3.1.1 --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 80c5a2d4a..64a266612 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -11,7 +11,7 @@ Collectfasta==3.2.1 # https://github.com/jasongi/collectfasta sentry-sdk==2.27.0 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} -hiredis==3.1.0 # https://github.com/redis/hiredis-py +hiredis==3.1.1 # https://github.com/redis/hiredis-py {%- endif %} # Django