From a842cc356316c50b23c4bcd0a4d5f4fca6ede3ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:32:06 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20prometheus-client?= =?UTF-8?q?=20to=20v0.26.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4109171..a402824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ python = ["3.14", "3.13", "3.12"] dependencies = [ "ruff==0.15.22", "aiohttp==3.14.3", - "prometheus-client==0.25.0", + "prometheus-client==0.26.0", "mashumaro==3.22", "mkdocs-material==9.7.7", "mkdocstrings[python]==1.0.6",