From f8dd5fbceceaaa49fcf1579e6a07f1b2fae672ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:43:31 +0000 Subject: [PATCH] Update prometheus-client requirement from <0.11 to <0.21 Updates the requirements on [prometheus-client](https://github.com/prometheus/client_python) to permit the latest version. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/0.0.9...v0.20.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a73eca..2c2bbb2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "blessed<1.21", "boto3<1.35", "crate==0.35.2", - "prometheus-client<0.11", + "prometheus-client<0.21", "urllib3<3", "datetime-truncate<2", "psycopg2-binary<2.10",