From f16576e752ba611be293789bb2f04b38000bb0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 04:03:18 +0000 Subject: [PATCH] Bump redis[hiredis] from 5.0.2 to 7.0.1 in /backend Bumps [redis[hiredis]](https://github.com/redis/redis-py) from 5.0.2 to 7.0.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.2...v7.0.1) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 494cf90c75..f2f65790ce 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ "django-markdownify==0.9.5", "django-imagekit==5.0.0", "pillow==10.4.0", - "redis[hiredis]==5.0.2", + "redis[hiredis]==7.0.1", "google-api-python-client<3.0.0,>=2.94.0", "google-auth<3.0.0,>=2.22.0", "argon2-cffi<24.0.0,>=23.1.0",