From 28ecc07a785b4d7c7e93ba589c28c8b4758143a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 06:26:08 +0000 Subject: [PATCH] Bump redis from 5.2.1 to 6.1.0 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 6.1.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.2.1...v6.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8a678e4c..02c13481 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ sqlalchemy==2.0.41 asyncpg==0.30.0 psycopg2-binary==2.9.10 httpx==0.28.1 -redis==5.2.1 +redis==6.1.0 pydantic==2.11.5 pydantic-settings==2.7.1 python-jose[cryptography]==3.3.0