Skip to content

Commit 66ce99d

Browse files
build(deps): bump prometheus-client from 0.19.0 to 0.20.0
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c8a6c5 commit 66ce99d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ openmldb-exporter = "openmldb_exporter.exporter:main"
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.8"
23-
prometheus-client = "^0.19.0"
23+
prometheus-client = ">=0.19,<0.21"
2424
openmldb = "^0.8.4"
2525
# uncomment below to use openmldb sdk built from source
2626
# set develop = true so changes in python will take effect immediately

0 commit comments

Comments
 (0)