From c89d6a477644ccd1445c508be736a9ca7a1ae4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 07:56:05 +0000 Subject: [PATCH] Bump prometheus-client from 0.20.0 to 0.21.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: prometheus-client 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 14f8eeba..2320a25d 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def read(path: str) -> str: "kopf==1.35.6", "kubernetes-asyncio==31.1.0", "PyYAML<7.0", - "prometheus_client==0.20.0", + "prometheus_client==0.21.0", "aiohttp==3.10.8", "wrapt==1.16.0", ],