From 2822b3fbf9cf0dbf3a75a2a054e8d07fcc10b8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:20:45 +0000 Subject: [PATCH] chore(deps): update prometheus-fastapi-instrumentator requirement Updates the requirements on [prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator) to permit the latest version. - [Release notes](https://github.com/trallnag/prometheus-fastapi-instrumentator/releases) - [Changelog](https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/master/CHANGELOG.md) - [Commits](https://github.com/trallnag/prometheus-fastapi-instrumentator/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: prometheus-fastapi-instrumentator dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43587a2..7ca4739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ dependencies = [ # /metrics endpoint for Heroku dyno metrics + future Prometheus # scraping. Default instrumentator exposes request count / latency # histograms; no PII, no body sampling. - "prometheus-fastapi-instrumentator>=7.0", + "prometheus-fastapi-instrumentator>=8.0.0", # Structured JSON logging. Formats stdlib log records as JSON lines # so Papertrail / log aggregators can search + filter on fields # rather than parsing text. Zero-API-change: existing