From 17cc09824cbf36ed44c9b14bbe5b69f2edd0f9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:43:38 +0000 Subject: [PATCH] build(deps): bump prometheus-client from 0.17.1 to 0.18.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.17.1 to 0.18.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.17.1...v0.18.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ce6226e..da763e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -656,13 +656,13 @@ tests = ["pytest", "pytest-cov", "pytest-lazy-fixture"] [[package]] name = "prometheus-client" -version = "0.17.1" +version = "0.18.0" description = "Python client for the Prometheus monitoring system." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "prometheus_client-0.17.1-py3-none-any.whl", hash = "sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101"}, - {file = "prometheus_client-0.17.1.tar.gz", hash = "sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091"}, + {file = "prometheus_client-0.18.0-py3-none-any.whl", hash = "sha256:8de3ae2755f890826f4b6479e5571d4f74ac17a81345fe69a6778fdb92579184"}, + {file = "prometheus_client-0.18.0.tar.gz", hash = "sha256:35f7a8c22139e2bb7ca5a698e92d38145bc8dc74c1c0bf56f25cca886a764e17"}, ] [package.extras] @@ -1177,4 +1177,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8478ab0e6b5eb4c4df2234c6a10e5fe3a1273fd58e94e84eefae7b5891a2b4ae" +content-hash = "c9a88fc26ea9da35022aac9ffb02ab800bc86af300b65e3ba49e34343908db4c" diff --git a/pyproject.toml b/pyproject.toml index 7503697..9c18d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ openmldb-exporter = "openmldb_exporter.exporter:main" [tool.poetry.dependencies] python = "^3.8" -prometheus-client = ">=0.16,<0.18" +prometheus-client = ">=0.16,<0.19" openmldb = "^0.8.0" # uncomment below to use openmldb sdk built from source # set develop = true so changes in python will take effect immediately