From be4795b7c79776e1110689283a26c2de40e3cc2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:17:24 +0000 Subject: [PATCH] deps(deps): update prometheus-client requirement in /app 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.16.0...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index dce6333..209fec3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -12,4 +12,4 @@ psutil==5.9.6 python-dotenv==1.2.2 PyJWT==2.12.1 hvac>=2.4.0 -prometheus_client>=0.16.0 +prometheus_client>=0.25.0