From 06539bf39b60214c4b5590ac5117272a01c927ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:51:04 +0000 Subject: [PATCH] Bump prometheus-client from 0.17.1 to 0.20.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.17.1 to 0.20.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.17.1...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 e74be2c060..d1557166b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ requests[security] >= 2.25.1, < 3.0.0 tabulate==0.9.0 zipstream-new==1.1.8 sentry-sdk[flask]==1.31.0 -prometheus-client==0.17.1 +prometheus-client==0.20.0 # Testing dependencies factory-boy >=3.2.0, < 4.0.0