From c3bed96fef410661d7136ae60975ef82b37cff88 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:24:28 +0000 Subject: [PATCH] fix(deps): update dependency prometheus-client to ~=0.21.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b158463..77fada02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requests = "~=2.32.2" insights-core = "~=3.4.0" pydash = "~=6.0.0" app-common-python = "~=0.2.5" -prometheus-client = "~=0.11.0" +prometheus-client = "~=0.21.0" prometheus-flask-exporter = "~=0.23.1" pyyaml = "*" watchtower = ">=1.0.0"