From 7df32339542dda7b9c16608d1210eb7baec5aa8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:29:21 +0000 Subject: [PATCH] chore(deps): update redis requirement in /services/hyperhealth Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/hyperhealth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hyperhealth/requirements.txt b/services/hyperhealth/requirements.txt index f1f222ef..8c3406b9 100644 --- a/services/hyperhealth/requirements.txt +++ b/services/hyperhealth/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.110.0 uvicorn[standard]>=0.29.0 asyncpg>=0.29.0 -redis[asyncio]>=5.0.0 +redis[asyncio]>=8.0.1 httpx>=0.27.0 pydantic>=2.6.0 prometheus-client>=0.20.0