From 70947c59d9e9b1889540af9288a6da30a3197307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:08:33 +0000 Subject: [PATCH] chore: bump redis from 5.0.1 to 7.3.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.3.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.1...v7.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.3.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 e720899..7b37827 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -17,7 +17,7 @@ bcrypt==4.1.1 pyjwt==2.8.0 # Redis Cache -redis==5.0.1 +redis==7.3.0 hiredis==3.3.0 # AWS S3 for File Storage