fix(deps): update dependency prometheus-client to v0.14.1 (#206)

This commit is contained in:
renovate[bot] 2022-04-11 09:22:03 +02:00 committed by GitHub
parent db137498e6
commit 30f5837aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -437,7 +437,7 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "prometheus-client"
version = "0.14.0"
version = "0.14.1"
description = "Python client for the Prometheus monitoring system."
category = "main"
optional = false
@ -739,7 +739,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "8d4f519d4bf85eeedee0a46536113dafa45edc472b43290ad0e1106866b9ed7d"
content-hash = "70feb7a111b8c1201874b8c372bc7fc9723e521d1b7b0e3dbb67a7eeb3933089"
[metadata.files]
anyconfig = [
@ -921,8 +921,8 @@ pluggy = [
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
]
prometheus-client = [
{file = "prometheus_client-0.14.0-py3-none-any.whl", hash = "sha256:f4aba3fdd1735852049f537c1f0ab177159b7ab76f271ecc4d2f45aa2a1d01f2"},
{file = "prometheus_client-0.14.0.tar.gz", hash = "sha256:8f7a922dd5455ad524b6ba212ce8eb2b4b05e073f4ec7218287f88b1cac34750"},
{file = "prometheus_client-0.14.1-py3-none-any.whl", hash = "sha256:522fded625282822a89e2773452f42df14b5a8e84a86433e3f8a189c1d54dc01"},
{file = "prometheus_client-0.14.1.tar.gz", hash = "sha256:5459c427624961076277fdc6dc50540e2bacb98eebde99886e59ec55ed92093a"},
]
proxmoxer = [
{file = "proxmoxer-1.3.0-py3-none-any.whl", hash = "sha256:4067a8444cd246cd9e94c4d1a919732568afe44ca6e82f4c1de244d059198cee"},

View File

@ -35,7 +35,7 @@ colorama = "0.4.4"
environs = "9.5.0"
jsonschema = "4.4.0"
nested-lookup = "0.2.23"
prometheus-client = "0.14.0"
prometheus-client = "0.14.1"
proxmoxer = "1.3.0"
python = "^3.7.0"
python-json-logger = "2.0.2"