From 9e2ded69c7b0e4ed68ec26f10a4ec7a970635131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:09:52 +0000 Subject: [PATCH] deps(deps): update prometheus-client requirement 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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/requirements.txt b/requirements.txt index 6b3be9f..a7b72a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ geoip2>=5.2.0 psutil==5.9.6 PyJWT==2.12.1 python-dotenv==1.2.2 -prometheus_client>=0.16.0 +prometheus_client>=0.25.0 cryptography==48.0.0 hvac>=2.4.0