fix(deps): update dependency prometheus-client to v0.18.0 (#496)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-31 20:07:47 +01:00 committed by GitHub
parent 42e0a5f726
commit bb23593f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -457,13 +457,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "prometheus-client"
version = "0.17.1"
version = "0.18.0"
description = "Python client for the Prometheus monitoring system."
optional = false
python-versions = ">=3.6"
python-versions = ">=3.8"
files = [
{file = "prometheus_client-0.17.1-py3-none-any.whl", hash = "sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101"},
{file = "prometheus_client-0.17.1.tar.gz", hash = "sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091"},
{file = "prometheus_client-0.18.0-py3-none-any.whl", hash = "sha256:8de3ae2755f890826f4b6479e5571d4f74ac17a81345fe69a6778fdb92579184"},
{file = "prometheus_client-0.18.0.tar.gz", hash = "sha256:35f7a8c22139e2bb7ca5a698e92d38145bc8dc74c1c0bf56f25cca886a764e17"},
]
[package.extras]
@ -909,4 +909,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "83044e3c07b63b0e9a6c12647e1603a4e842c383719113cdbff765c8b376140d"
content-hash = "84ff8261019b0c25dbde35030bfc11b7004c86deb40ac7cfb921fb8013dcebc8"

View File

@ -36,7 +36,7 @@ colorama = "0.4.6"
environs = "9.5.0"
jsonschema = "4.19.1"
nested-lookup = "0.2.25"
prometheus-client = "0.17.1"
prometheus-client = "0.18.0"
proxmoxer = "2.0.1"
python = "^3.8.0"
python-json-logger = "2.0.7"