From c324ab330fa7e1237b81d9452e125478db7d58d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:29:41 +0100 Subject: [PATCH] fix(deps): update dependency prometheus-client to v0.20.0 (#539) 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 8b76fd7..71a2b3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -420,13 +420,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prometheus-client" -version = "0.19.0" +version = "0.20.0" description = "Python client for the Prometheus monitoring system." optional = false python-versions = ">=3.8" files = [ - {file = "prometheus_client-0.19.0-py3-none-any.whl", hash = "sha256:c88b1e6ecf6b41cd8fb5731c7ae919bf66df6ec6fafa555cd6c0e16ca169ae92"}, - {file = "prometheus_client-0.19.0.tar.gz", hash = "sha256:4585b0d1223148c27a225b10dbec5ae9bc4c81a99a3fa80774fa6209935324e1"}, + {file = "prometheus_client-0.20.0-py3-none-any.whl", hash = "sha256:cde524a85bce83ca359cc837f28b8c0db5cac7aa653a588fd7e84ba061c329e7"}, + {file = "prometheus_client-0.20.0.tar.gz", hash = "sha256:287629d00b147a32dcb2be0b9df905da599b2d82f80377083ec8463309a4bb89"}, ] [package.extras] @@ -840,4 +840,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "39ac338c7385bf8c20dab6601ea708aee61654d0d1d8f1d1f318067052fbc627" +content-hash = "c4f0fe6e86ffd0fbe9826d8013b17454286b110c9ec42cbf4b9c6b379e6cbc97" diff --git a/pyproject.toml b/pyproject.toml index 071e965..fd6f00a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ colorama = "0.4.6" environs = "10.3.0" jsonschema = "4.21.1" nested-lookup = "0.2.25" -prometheus-client = "0.19.0" +prometheus-client = "0.20.0" proxmoxer = "2.0.1" python = "^3.8.0" python-json-logger = "2.0.7"