From 4a1e393e10a6d40e537dc4cad2576b25f58f1441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 22:03:59 +0000 Subject: [PATCH] fix(deps): bump redis from 5.2.1 to 7.1.0 in /requirements Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 7.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...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 81975d7..e7767fc 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -10,7 +10,7 @@ bcrypt==4.2.1 cryptography==44.0.1 email-validator==2.2.0 fastapi_pagination==0.12.34 -redis==5.2.1 +redis==7.1.0 psycopg2==2.9.10 sentry-sdk==2.22.0 fastapi-sso==0.17.0