From 059ecabdf82549acccd5cc271c3fdcfbbdecc1c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:19:35 +0000 Subject: [PATCH] chore: bump prometheus-client from 0.19.0 to 0.24.1 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 65f0f0a..35af692 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -54,7 +54,7 @@ pytest-cov==4.1.0 httpx==0.25.2 # Monitoring -prometheus-client==0.19.0 +prometheus-client==0.24.1 # CORS (handled by Starlette/FastAPI) # Dependency removed because package does not exist on PyPI.