From 3d9ba2a906392cbc6947a2f1c639d3316badac72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:30:49 +0000 Subject: [PATCH] Bump prometheus-client from 0.16.0 to 0.19.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.16.0 to 0.19.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.16.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b742a4..21d1c19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2023.7.22 charset-normalizer==3.1.0 idna==3.4 -prometheus-client==0.16.0 +prometheus-client==0.19.0 PyYAML==6.0.1 requests==2.31.0 schedule==1.2.0