From 37fa308c5b55a4aa258268fd7fade5bd959f5496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:37:45 +0000 Subject: [PATCH] chore(deps): update prometheus-client requirement Updates the requirements on [prometheus-client](https://github.com/prometheus/client_python) to permit the latest version. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.20.0...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 790dcb2..f37ca8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pydantic>=2.13.4 fastapi-mcp>=0.4.0 PyJWT>=2.13.0 cryptography>=42.0.0 -prometheus-client>=0.20.0 +prometheus-client>=0.25.0 # OpenTelemetry tracing opentelemetry-api==1.41.1