From 83c63c742fa435d80a1470007304c9db0b4058bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:06:37 +0000 Subject: [PATCH] Bump the python-minor-patch group across 1 directory with 2 updates Bumps the python-minor-patch group with 2 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi) and [prometheus-client](https://github.com/prometheus/client_python). Updates `fastapi` from 0.139.0 to 0.140.7 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.140.7) Updates `prometheus-client` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: prometheus-client dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b74b98a..b84348f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # Top-level runtime dependencies. Exact transitive pins live in # requirements.lock (use that for reproducible/prod builds). -fastapi==0.139.0 +fastapi==0.140.7 uvicorn[standard]==0.51.0 asyncpg==0.31.0 -prometheus-client==0.25.0 +prometheus-client==0.26.0 httpx==0.28.1 redis==8.0.1