From d37046ed5ab4df0bbc065e182ac17b328addbf28 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 23 May 2025 05:34:52 -0700 Subject: [PATCH] Update hiredis to 3.2.0 (#5864) * Update hiredis from 3.1.1 to 3.2.0 * Update hiredis from 3.1.1 to 3.2.0 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index fc7ea36a0..99177cb83 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.29.1 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} -hiredis==3.1.1 # https://github.com/redis/hiredis-py +hiredis==3.2.0 # https://github.com/redis/hiredis-py {%- endif %} # Django