From e902718b1247f66e88cdb3cd0928b6e6c9329a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:13:33 +0000 Subject: [PATCH] Bump prometheus-client from 0.3.1 to 0.15.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.3.1 to 0.15.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.3.1...v0.15.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c31caa19..412cfc29 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ 'codecov', 'tchannel==2.1.0', 'opentracing_instrumentation>=3,<4', - 'prometheus_client==0.3.1', + 'prometheus_client==0.15.0', ] }, )