From 8af616276361302b314474967c4649c256af6dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:52:44 +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.1.0) --- updated-dependencies: - dependency-name: prometheus-fastapi-instrumentator dependency-version: 8.1.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 fe8a950..a295918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pandas>=2.2.1", "pandas-ta>=0.3.14b", "pydantic-settings>=2.14.2", - "prometheus-fastapi-instrumentator>=7.0.0", + "prometheus-fastapi-instrumentator>=8.1.0", "razorpay>=2.0.1", "httpx>=0.27.0", "cloudinary>=1.45.0",