From 30b783b7d6a2d2915326f465f63a57e7710a6234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:32:16 +0000 Subject: [PATCH] chore(deps): bump redis from 6.4.0 to 8.0.1 in /services/phase6-api Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 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/v6.4.0...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] --- services/phase6-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/phase6-api/requirements.txt b/services/phase6-api/requirements.txt index 133f98a..6b67bb5 100644 --- a/services/phase6-api/requirements.txt +++ b/services/phase6-api/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.116.1 uvicorn[standard]==0.35.0 -redis==6.4.0 +redis==8.0.1 httpx==0.28.1 python-multipart==0.0.31 prometheus-client==0.22.1