From 8b99e4f2d380549e72425af989099f516b07e0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:45:19 +0000 Subject: [PATCH] chore(deps): Bump redis from 5.2.1 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 7.4.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.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ab79c8..aaa84d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ asyncpg==0.30.0 pytz==2024.2 alembic==1.14.1 pillow==11.1.0 -redis==5.2.1 +redis==7.4.0 fastapi-cache2==0.2.2 PyJWT==2.10.1 \ No newline at end of file