From 77c84266fd5ea93f9c59e4ef3d9b37990f232883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:22:03 +0000 Subject: [PATCH] chore(deps): bump prometheus-client from 0.19.0 to 0.24.1 in /backend Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.19.0 to 0.24.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.19.0...v0.24.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4b07356..97c2f15 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -44,7 +44,7 @@ cryptography==46.0.6 # Updated: Fixed NULL pointer dereference (was 42.0.0) apprise==1.7.1 # Monitoring & Logging -prometheus-client==0.19.0 +prometheus-client==0.24.1 python-json-logger==2.0.7 # Development & Testing