From 2daa6bdc266592768f032bd6f22708d7292dae4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 13:32:54 +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.25.0...v0.26.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da56b15..e038d10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp>=3.14.1,<4.0 aiodns>=4.0.4,<5.0 aioping>=0.4.0,<1.0 -prometheus-client>=0.25.0,<1.0 +prometheus-client>=0.26.0,<1.0 pytest-asyncio>=1.4.0 tenacity>=9.1.4,<10.0 python-dotenv>=1.2.2,<2.0