From 3990f00ca728ed52e0c439310ee8d51827bdde3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:29:49 +0000 Subject: [PATCH] chore(deps): bump redis from 5.1.1 to 8.0.1 in /agents/hyperhealth Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 8.0.1. - [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.1.1...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 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 e889e9ad..0faa2fa5 100644 --- a/agents/hyperhealth/requirements.txt +++ b/agents/hyperhealth/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.2 uvicorn[standard]==0.31.1 httpx==0.27.2 asyncpg==0.31.0 -redis==5.1.1 +redis==8.0.1 sqlalchemy[asyncio]==2.0.50 alembic==1.14.0 pydantic==2.11.7