From c1f5c5d4086a9e4f65714886c788bc6ce69e2787 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:34:37 +0200 Subject: [PATCH] fix(deps): update dependency prometheus-client to v0.21.0 (#630) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f2b053d..9fadb3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -418,13 +418,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prometheus-client" -version = "0.20.0" +version = "0.21.0" description = "Python client for the Prometheus monitoring system." optional = false python-versions = ">=3.8" files = [ - {file = "prometheus_client-0.20.0-py3-none-any.whl", hash = "sha256:cde524a85bce83ca359cc837f28b8c0db5cac7aa653a588fd7e84ba061c329e7"}, - {file = "prometheus_client-0.20.0.tar.gz", hash = "sha256:287629d00b147a32dcb2be0b9df905da599b2d82f80377083ec8463309a4bb89"}, + {file = "prometheus_client-0.21.0-py3-none-any.whl", hash = "sha256:4fa6b4dd0ac16d58bb587c04b1caae65b8c5043e85f778f42f5f632f6af2e166"}, + {file = "prometheus_client-0.21.0.tar.gz", hash = "sha256:96c83c606b71ff2b0a433c98889d275f51ffec6c5e267de37c7a2b5c9aa9233e"}, ] [package.extras] @@ -839,4 +839,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "11584bc1e4291e304d6aa26899358a1b219431ab172c4905b492f74444542bac" +content-hash = "f3cadfe0b91243cb9fd696e33a4f3a93aa22e1b300d05805b14d51035f29f2c6" diff --git a/pyproject.toml b/pyproject.toml index 3b28d1d..fe70b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ colorama = "0.4.6" environs = "11.0.0" jsonschema = "4.23.0" nested-lookup = "0.2.25" -prometheus-client = "0.20.0" +prometheus-client = "0.21.0" proxmoxer = "2.1.0" python = "^3.8.0" python-json-logger = "2.0.7"