From 96daa9fbd736f8661c9e1933a28887b8b3d2666c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:38:08 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.0 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 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.0.0...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-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-core.txt b/requirements-core.txt index 49cdcc8..ceb92ab 100644 --- a/requirements-core.txt +++ b/requirements-core.txt @@ -1,6 +1,6 @@ # Core runtime dependencies qdrant-client>=1.10.0 -redis>=5.0.1,<6.0.0 +redis>=5.0.1,<8.0.0 FalkorDB>=1.0.0 requests==2.31.0 python-dotenv==1.0.0