From 91231e22e3fff28dc63b95dd923839c1273bbc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:15:41 +0000 Subject: [PATCH] Bump prometheus-client from 0.21.0 to 0.21.1 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45c40f2b..264084bd 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.21.0", + "prometheus_client==0.21.1", "aiohttp==3.10.11", "wrapt==1.17.0", "python-json-logger==2.0.7",