From f4135942801361bb484c40aefb3bb179b2a27f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 02:57:40 +0000 Subject: [PATCH] chore(deps): bump prometheus-client from 0.20.0 to 0.25.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.20.0 to 0.25.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.20.0...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c16c6b..57632de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ python-dotenv==1.0.1 httpx==0.27.0 aiohttp==3.9.5 requests==2.32.3 -prometheus-client==0.20.0 +prometheus-client==0.25.0 structlog==24.2.0 typing-extensions==4.11.0 tqdm==4.66.4