fix(deps): update dependency prometheus-client to v0.14.0 (#204)

This commit is contained in:
renovate[bot] 2022-04-06 09:22:00 +02:00 committed by GitHub
parent 67919e156c
commit 9968fdc9c4
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.13.1"
version = "0.14.0"
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 = "6e88e91b7b5c3f3ecfe17825f3864ada0a6339aa8c0b7a401c87eabc9f671093"
content-hash = "8d4f519d4bf85eeedee0a46536113dafa45edc472b43290ad0e1106866b9ed7d"
[metadata.files]
anyconfig = [
@ -921,8 +921,8 @@ pluggy = [
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
]
prometheus-client = [
{file = "prometheus_client-0.13.1-py3-none-any.whl", hash = "sha256:357a447fd2359b0a1d2e9b311a0c5778c330cfbe186d880ad5a6b39884652316"},
{file = "prometheus_client-0.13.1.tar.gz", hash = "sha256:ada41b891b79fca5638bd5cfe149efa86512eaa55987893becd2c6d8d0a5dfc5"},
{file = "prometheus_client-0.14.0-py3-none-any.whl", hash = "sha256:f4aba3fdd1735852049f537c1f0ab177159b7ab76f271ecc4d2f45aa2a1d01f2"},
{file = "prometheus_client-0.14.0.tar.gz", hash = "sha256:8f7a922dd5455ad524b6ba212ce8eb2b4b05e073f4ec7218287f88b1cac34750"},
]
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.13.1"
prometheus-client = "0.14.0"
proxmoxer = "1.3.0"
python = "^3.7.0"
python-json-logger = "2.0.2"