From 1185ac2f3528c71cbc02994f4714253b81650311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:16:38 +0000 Subject: [PATCH] deps(deps): bump redis from 5.0.1 to 6.4.0 in /ai-agent Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 6.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.1...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.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..b059c96 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==6.4.0 psycopg2-binary==2.9.7 asyncpg==0.29.0 sqlalchemy==2.0.23