From fc5b80c96905ada7426e5591871b61bea3e186c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:45:15 +0000 Subject: [PATCH] chore(deps): bump redis in /services/challenge-validator Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 8.1.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...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/challenge-validator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/challenge-validator/requirements.txt b/services/challenge-validator/requirements.txt index 69b5e1e..9b5069c 100644 --- a/services/challenge-validator/requirements.txt +++ b/services/challenge-validator/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 -redis==5.0.1 +redis==8.1.0 pyyaml==6.0.1 prometheus-client==0.19.0