From 83f1688f1ae8b92850e2393d2eee7bc128dc7387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:25:56 +0000 Subject: [PATCH] Bump uvicorn from 0.52.3 to 0.52.4 in the python-minor group Bumps the python-minor group with 1 update: [uvicorn](https://github.com/Kludex/uvicorn). Updates `uvicorn` from 0.52.3 to 0.52.4 - [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.52.3...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9298a0..855054e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ fastapi==0.141.1 # reviewable here, not buried in whatever FastAPI happens to resolve. FastAPI dropped its # `starlette<1.0` cap, so 1.x is allowed; the whole suite passes on it. starlette==1.6.0 -uvicorn[standard]==0.52.3 +uvicorn[standard]==0.52.4 jinja2==3.1.6 python-multipart==0.0.32 keyring==25.7.0