From 41e519e5e2c32e3b0df127dc7d43c8deb2c9ff97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:40:11 +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.22.0...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccf19c5..df4f655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "structlog>=25.5", "opentelemetry-api>=1.42", "opentelemetry-sdk>=1.42", - "prometheus-client>=0.22", + "prometheus-client>=0.25.0", ] [project.optional-dependencies]