From 5cd9aa57c59f353677ab7792b50d073d78aed054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:44:57 +0000 Subject: [PATCH] build(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.20.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-ci.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index b7717cf..842bb33 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -19,7 +19,7 @@ cbor2>=5.4.0 fastapi>=0.109.0 uvicorn[standard]>=0.27.0 pydantic>=2.5.0 -prometheus-client>=0.20.0 +prometheus-client>=0.26.0 # Test-only: starlette's TestClient (used by tests/server/test_rest_api.py) # imports httpx at module load; without it that test module fails to collect. diff --git a/requirements.txt b/requirements.txt index 5c713ee..799cd54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ cbor2>=5.4.0 fastapi>=0.109.0 uvicorn[standard]>=0.27.0 pydantic>=2.5.0 -prometheus-client>=0.20.0 +prometheus-client>=0.26.0 # OPTIONAL: RSWP swap-order signature verification (C3-auth, Part B). # Only needed when SWAP_VERIFY_SIGNATURES is enabled — the indexer runs fine