From e581f2f51a61838e994379eb22cef8be355df41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:56:45 +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.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da5c9eaa..5d2e9d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "textual>=6.5.0", # Added from requirements.txt for TUI "aiohttp>=3.9.0", "aiosqlite>=0.20.0", - "prometheus-client>=0.16.0", + "prometheus-client>=0.25.0", "psutil>=5.9.0", "statsd>=3.3.0", "pandas>=1.5.0",