From 0c517fae322a71e8578bbadd2324cade437c2ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:31:32 +0000 Subject: [PATCH] Bump prometheus-client from 0.24.1 to 0.25.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.24.1...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b42c38c3..a16ce9b2 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def read(path: str) -> str: "kopf==1.37.1", "kubernetes-asyncio==31.1.0", "PyYAML<7.0", - "prometheus_client==0.24.1", + "prometheus_client==0.25.0", "aiohttp==3.13.5", "verlib2==0.3.2", "wrapt==2.1.2",