From 72c2c932bbfa3a24e383954501c425d67a9e23db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:32:32 +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 bee8762f..0c1a2518 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -70,7 +70,7 @@ radon==6.0.1 # 代码复杂度分析(可选) # 日志和监控 loguru==0.7.2 -prometheus-client==0.19.0 +prometheus-client==0.24.1 psutil==5.9.6 GPUtil==1.4.0 # GPU监控库