From 039320d5b3bc87ec306f8c4da1b41a63f644ad92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:08:57 +0000 Subject: [PATCH] build(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.25.0...v0.26.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.26.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 091171d..75d0691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pydantic-settings = "^2.6.0" httpx = "^0.28.0" structlog = "^25.0.0" pyyaml = ">=6.0.0" -prometheus-client = "^0.25.0" +prometheus-client = ">=0.25,<0.27" [tool.poetry.group.dev.dependencies] pytest = ">=8.3,<10.0"