fix(deps): update dependency prometheus-client to v0.20.0

This commit is contained in:
renovate[bot] 2024-02-14 18:01:27 +00:00 committed by GitHub
parent 7b72b07157
commit db4d1f465a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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"