From 054444f97e1c3f1d48cd7aa1748cb6453aa08c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:15:56 +0000 Subject: [PATCH] chore(deps)(deps): bump redis from 5.0.1 to 7.3.0 in /backend 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 8aba4f71..b3cb8e43 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,7 @@ fastapi-csrf-protect==0.3.2 bleach==6.1.0 # HTML sanitization to prevent XSS attacks # Redis -redis==5.0.1 +redis==7.3.0 # Server-Sent Events sse-starlette==2.0.0