From 3cb4225166413224891ec9a207f15c2a240341aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:02:59 +0000 Subject: [PATCH] Bump prometheus-client from 0.18.0 to 0.19.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.18.0...v0.19.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 a04739e..c70417f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -588,13 +588,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prometheus-client" -version = "0.18.0" +version = "0.19.0" description = "Python client for the Prometheus monitoring system." optional = false python-versions = ">=3.8" files = [ - {file = "prometheus_client-0.18.0-py3-none-any.whl", hash = "sha256:8de3ae2755f890826f4b6479e5571d4f74ac17a81345fe69a6778fdb92579184"}, - {file = "prometheus_client-0.18.0.tar.gz", hash = "sha256:35f7a8c22139e2bb7ca5a698e92d38145bc8dc74c1c0bf56f25cca886a764e17"}, + {file = "prometheus_client-0.19.0-py3-none-any.whl", hash = "sha256:c88b1e6ecf6b41cd8fb5731c7ae919bf66df6ec6fafa555cd6c0e16ca169ae92"}, + {file = "prometheus_client-0.19.0.tar.gz", hash = "sha256:4585b0d1223148c27a225b10dbec5ae9bc4c81a99a3fa80774fa6209935324e1"}, ] [package.extras] @@ -1363,4 +1363,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "10961beed9a563b589f106303e2e0d86d69dfbc326d30a5841bdd44da4bdb732" +content-hash = "b918fabeb76f5c6a084a1f7f26be9ca47bdbad32b4c052b2626c16a899b6a449" diff --git a/pyproject.toml b/pyproject.toml index 38bed17..b051ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ k8s = "^0.22" pydantic = "^2.5.1" requests = "^2" requests-toolbelt = "^1.0.0" -prometheus-client = "^0.18.0" +prometheus-client = "^0.19.0" pydantic-settings = "^2.1.0" [tool.poetry.dev-dependencies]