From 4fdf6e9a846b9f9a622c8d9809a96f12e3925a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:51:16 +0000 Subject: [PATCH] fix(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](https://github.com/prometheus/client_python/compare/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 351449d..167361f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 GitPython==3.1.41 -prometheus-client==0.19.0 +prometheus-client==0.20.0 rich==13.7.0 schedule==1.2.1