From d1039663197f3aaae3a8308e9166eaf2d7e53dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 21:31:12 +0000 Subject: [PATCH] chore(deps): bump prometheus-client in /reference-apps/fastapi Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.23.1...v0.24.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi/requirements.txt b/reference-apps/fastapi/requirements.txt index 4723c62..ec7aa61 100644 --- a/reference-apps/fastapi/requirements.txt +++ b/reference-apps/fastapi/requirements.txt @@ -27,7 +27,7 @@ aio-pika==9.5.8 python-json-logger==4.0.0 # Observability -prometheus-client==0.23.1 +prometheus-client==0.24.0 # Testing pytest==9.0.2