From ac54445a652f28db87a820d3e108db3968251185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:01:49 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.4 to 7.4.0 in /agents/hyperhealth Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 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.4...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] --- agents/hyperhealth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/hyperhealth/requirements.txt b/agents/hyperhealth/requirements.txt index ef0ad559..19c1b286 100644 --- a/agents/hyperhealth/requirements.txt +++ b/agents/hyperhealth/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.111.0 uvicorn[standard]==0.29.0 httpx==0.27.0 asyncpg==0.31.0 -redis==5.0.4 +redis==7.4.0 sqlalchemy[asyncio]==2.0.49 alembic==1.13.1 pydantic==2.7.1