From 30f5837aed244922d06599eeb53e45d1c3d26b4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 09:22:03 +0200 Subject: [PATCH] fix(deps): update dependency prometheus-client to v0.14.1 (#206) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0174f84..8e18102 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index a6794fe..5456104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"