From e030ceda1d7d9c257dd53836b89b13cf971f3a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 00:33:21 +0000 Subject: [PATCH] Update prometheus-client requirement from >=0.20.0 to >=0.25.0 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/v0.20.0...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 8399b03..fa4ebf5 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,6 +4,6 @@ google-auth-httplib2 google-auth-oauthlib APScheduler cryptography>=42.0.0 -prometheus_client>=0.20.0 +prometheus_client>=0.25.0 twine build