From ab45646a99e1725e84c6e8754bc3853d7fbabbe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:07:11 +0000 Subject: [PATCH] chore(deps): update prometheus-client requirement in /backend 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.20.0...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production ... 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 b0ed7de..d0c7687 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ pydantic-settings>=2.0,<3.0 stamina>=26.1.0,<27.0 purgatory>=3.0,<4.0 structlog>=26.1.0,<27.0 -prometheus-client>=0.20,<1.0 +prometheus-client>=0.25.0,<1.0 sentry-sdk[fastapi]>=2.61.1,<3.0 pytest>=8.0,<9.0 pytest-asyncio>=0.24,<1.0