From 935f1f83c8dade69281fafd4dea1bb0c7c85edcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:14:30 +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.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.23.1...v0.24.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.24.1 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..893999a 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.1 # Testing pytest==9.0.2