mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-22 01:10:39 +00:00
fix(deps): update dependency prometheus-client to v0.17.1 (#435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2d415caca6
commit
f29ac553ae
8
poetry.lock
generated
8
poetry.lock
generated
@ -465,14 +465,14 @@ testing = ["pytest", "pytest-benchmark"]
|
||||
|
||||
[[package]]
|
||||
name = "prometheus-client"
|
||||
version = "0.17.0"
|
||||
version = "0.17.1"
|
||||
description = "Python client for the Prometheus monitoring system."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "prometheus_client-0.17.0-py3-none-any.whl", hash = "sha256:a77b708cf083f4d1a3fb3ce5c95b4afa32b9c521ae363354a4a910204ea095ce"},
|
||||
{file = "prometheus_client-0.17.0.tar.gz", hash = "sha256:9c3b26f1535945e85b8934fb374678d263137b78ef85f305b1156c7c881cd11b"},
|
||||
{file = "prometheus_client-0.17.1-py3-none-any.whl", hash = "sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101"},
|
||||
{file = "prometheus_client-0.17.1.tar.gz", hash = "sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
@ -849,4 +849,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "aa3cab6517dd396f2e279cdd39511d993eabc06b3cf2c85f4feb557a84c201be"
|
||||
content-hash = "f494638741d7ab84935fc8c4cacbbc1778f2d5cb3f18d5360dfd24b464f79e5b"
|
||||
|
@ -36,7 +36,7 @@ colorama = "0.4.6"
|
||||
environs = "9.5.0"
|
||||
jsonschema = "4.17.3"
|
||||
nested-lookup = "0.2.25"
|
||||
prometheus-client = "0.17.0"
|
||||
prometheus-client = "0.17.1"
|
||||
proxmoxer = "2.0.1"
|
||||
python = "^3.7.0"
|
||||
python-json-logger = "2.0.7"
|
||||
|
Loading…
Reference in New Issue
Block a user