From a3e14426a0ffecf7a0a047c70ba22005c68e5ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 01:39:19 +0000 Subject: [PATCH] Bump prometheus-client from 0.16.0 to 0.17.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 10c22b4..630eab5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -740,14 +740,14 @@ virtualenv = ">=20.10.0" [[package]] name = "prometheus-client" -version = "0.16.0" +version = "0.17.0" description = "Python client for the Prometheus monitoring system." category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "prometheus_client-0.16.0-py3-none-any.whl", hash = "sha256:0836af6eb2c8f4fed712b2f279f6c0a8bbab29f9f4aa15276b91c7cb0d1616ab"}, - {file = "prometheus_client-0.16.0.tar.gz", hash = "sha256:a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48"}, + {file = "prometheus_client-0.17.0-py3-none-any.whl", hash = "sha256:a77b708cf083f4d1a3fb3ce5c95b4afa32b9c521ae363354a4a910204ea095ce"}, + {file = "prometheus_client-0.17.0.tar.gz", hash = "sha256:9c3b26f1535945e85b8934fb374678d263137b78ef85f305b1156c7c881cd11b"}, ] [package.extras] @@ -1269,4 +1269,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a3c89decd60bcf7a33344116687ec1c1e99394ebe775a9557182f30ab783e2a4" +content-hash = "5d2d4e68c1d26c940cd2ef34a574cdf1816d5c0ca9cad102862588b9c612ad3f" diff --git a/pyproject.toml b/pyproject.toml index 6e2ddf3..90f39fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python-dotenv = "^1.0.0" motor = "^3.1.2" auraxium = "^0.2.3" aio-pika = "^9.0.7" -prometheus-client = "^0.16.0" +prometheus-client = "^0.17.0" pydantic = "^1.10.7" rich = "^13.3.5"