From 0801d036c5ad55d9670114d004c6125966e0d967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:58:54 +0000 Subject: [PATCH] deps: bump redis from 5.3.1 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 5.3.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.3.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 fd522a4..b6ac1ac 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ pyarrow==16.1.0 duckdb==0.10.3 boto3==1.42.79 h3==3.7.7 -redis==5.3.1 +redis==7.4.0 python-dotenv==1.2.2 httpx==0.28.1 pydantic==2.12.5