From 9c6b85e1d33841d0522d3f57065d861e54947f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:25:45 +0000 Subject: [PATCH] Bump uvicorn from 0.52.4 to 0.53.0 in the python-minor group Bumps the python-minor group with 1 update: [uvicorn](https://github.com/Kludex/uvicorn). Updates `uvicorn` from 0.52.4 to 0.53.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.52.4...0.53.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor 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 855054e..8008f4b 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.4 +uvicorn[standard]==0.53.0 jinja2==3.1.6 python-multipart==0.0.32 keyring==25.7.0