From 7dbda15d10fa922a9537fe7167fa5a8a64ccd84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:11:31 +0000 Subject: [PATCH] chore(deps): bump prometheus-client in /services/challenge-validator Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.19.0 to 0.25.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.19.0...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..584c34e 100644 --- a/services/challenge-validator/requirements.txt +++ b/services/challenge-validator/requirements.txt @@ -3,4 +3,4 @@ uvicorn[standard]==0.24.0 pydantic==2.5.0 redis==5.0.1 pyyaml==6.0.1 -prometheus-client==0.19.0 +prometheus-client==0.25.0