From 35613daaa1b592d0d5a115f8aa698e681c3d19c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 13:31:30 +0100 Subject: [PATCH] fix(deps): update dependency prometheus-client to v0.13.1 (#127) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 178f63e..e686ea8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -435,11 +435,11 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prometheus-client" -version = "0.12.0" +version = "0.13.1" description = "Python client for the Prometheus monitoring system." category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.6" [package.extras] twisted = ["twisted"] @@ -737,7 +737,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "1df6387b450dfdbd5f6bed51a374d6df27cc56dc4f7d8fb0e7977e3c3ee98218" +content-hash = "1ce5d8f33f52f5a0f57c713bf10617a059b838e91ff948b3592dcef9fa8e9fb4" [metadata.files] anyconfig = [ @@ -922,8 +922,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] prometheus-client = [ - {file = "prometheus_client-0.12.0-py2.py3-none-any.whl", hash = "sha256:317453ebabff0a1b02df7f708efbab21e3489e7072b61cb6957230dd004a0af0"}, - {file = "prometheus_client-0.12.0.tar.gz", hash = "sha256:1b12ba48cee33b9b0b9de64a1047cbd3c5f2d0ab6ebcead7ddda613a750ec3c5"}, + {file = "prometheus_client-0.13.1-py3-none-any.whl", hash = "sha256:357a447fd2359b0a1d2e9b311a0c5778c330cfbe186d880ad5a6b39884652316"}, + {file = "prometheus_client-0.13.1.tar.gz", hash = "sha256:ada41b891b79fca5638bd5cfe149efa86512eaa55987893becd2c6d8d0a5dfc5"}, ] proxmoxer = [ {file = "proxmoxer-1.2.0.tar.gz", hash = "sha256:d1261c1cefd4d4faa6c654922c8db72cfee51e811e5ede4eb38a48cc62dac80e"}, diff --git a/pyproject.toml b/pyproject.toml index f4b5952..086e674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ colorama = "0.4.4" environs = "9.4.0" jsonschema = "4.4.0" nested-lookup = "0.2.23" -prometheus-client = "0.12.0" +prometheus-client = "0.13.1" proxmoxer = "1.2.0" python = "^3.7.0" python-json-logger = "2.0.2"