From 88c2d47ab36473ca5e60a01c7d6e07d0ffad885b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 06:47:21 +0000 Subject: [PATCH] build(deps): bump redis from 5.2.1 to 7.4.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index cec57cc..c286544 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,6 +3,6 @@ uvicorn[standard]==0.34.0 pydantic==2.10.4 pydantic-settings==2.7.1 httpx==0.28.1 -redis==5.2.1 +redis==7.4.0 torch tiktoken