From d4b0a0f6235719b46ca8f299f8fcb554aeeb4481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:59:55 +0000 Subject: [PATCH] deps(deps): bump redis from 5.0.1 to 7.0.0 in /ai-agent Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.0.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.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ai-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-agent/requirements.txt b/ai-agent/requirements.txt index 103c1cf..bebebb6 100644 --- a/ai-agent/requirements.txt +++ b/ai-agent/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.115.6 uvicorn[standard]==0.32.0 google-generativeai>=0.7.0 -redis==5.0.1 +redis==7.0.0 psycopg2-binary==2.9.7 asyncpg==0.29.0 sqlalchemy==2.0.23