From d462aeb06879cfc8f32e5a0b513fbf955e8f865b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:16:37 -0500 Subject: [PATCH] Update uvicorn requirement from ==0.35.* to ==0.46.* in /docker/main (#23073) Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [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.35.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 4e6bd05a2b..127ed38a73 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -5,7 +5,7 @@ aiohttp == 3.12.* starlette == 0.47.* starlette-context == 0.4.* fastapi[standard-no-fastapi-cloud-cli] == 0.116.* -uvicorn == 0.35.* +uvicorn == 0.46.* slowapi == 0.1.* joserfc == 1.6.* cryptography == 44.0.*