From e62d3e4023689dcd4626213e0488cde91fdaedf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:46:02 +0000 Subject: [PATCH] chore(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.19.0...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..8112d6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dependencies = [ "toml>=0.10.2", # Monitoring and logging - "prometheus-client>=0.19.0", + "prometheus-client>=0.25.0", "structlog>=23.2.0", "psutil>=5.9.0", diff --git a/requirements.txt b/requirements.txt index bdc9ff0a..aa153195 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,5 +35,5 @@ opencv-python>=4.7.0 scikit-learn>=1.2.0 # Monitoring dependencies -prometheus-client>=0.16.0 +prometheus-client>=0.25.0 psutil>=5.9.0 # system metrics — imported by health.py / metrics.py / status.py / monitoring.py