From 3493d664d854c74dfc2da9eb58a4a70c53b58929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:06:41 +0000 Subject: [PATCH] Bump the python-minor-patch group across 1 directory with 4 updates Bumps the python-minor-patch group with 4 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [prometheus-client](https://github.com/prometheus/client_python) and [redis](https://github.com/redis/redis-py). Updates `fastapi` from 0.139.0 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.141.1) Updates `uvicorn` from 0.51.0 to 0.52.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.51.0...0.52.0) 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) Updates `redis` from 8.0.1 to 8.1.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v8.0.1...v8.1.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: uvicorn dependency-version: 0.52.0 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 - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index b74b98a..96c9ac3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # Top-level runtime dependencies. Exact transitive pins live in # requirements.lock (use that for reproducible/prod builds). -fastapi==0.139.0 -uvicorn[standard]==0.51.0 +fastapi==0.141.1 +uvicorn[standard]==0.52.0 asyncpg==0.31.0 -prometheus-client==0.25.0 +prometheus-client==0.26.0 httpx==0.28.1 -redis==8.0.1 +redis==8.1.0 # Transitive pins to close known CVEs in the resolved tree. fastapi 0.136.3 # requires only starlette>=0.46.0, so these upgrade cleanly: