From bc0ea745b488e464eb185c4751476c8a3b9efa31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:22:40 +0000 Subject: [PATCH] chore(deps): bump prometheus-client from 0.21.1 to 0.25.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.21.1 to 0.25.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.21.1...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 683ece601..1691d95e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ aiocache==0.12.2 jsonschema==4.24.0 sqlalchemy==2.0.35 aiosqlite==0.20.0 -prometheus-client==0.21.1 +prometheus-client==0.25.0 uuid-utils==0.9.0 psycopg2-binary==2.9.10 asyncpg>=0.30.0