From cec4eeacd6bd48d4508ffc27b16a75d0a7ff4450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:07:06 +0000 Subject: [PATCH] Bump redis from 5.0.2 to 8.0.0 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.0.2 to 8.0.0. - [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...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 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 3d8df373c6..5ba5edadd2 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "django-markdownify==0.9.5", "django-imagekit==5.0.0", "pillow==12.2.0", - "redis[hiredis]==5.0.2", + "redis[hiredis]==8.0.0", "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",