From fa36fa403b909337f25830710eee9a1f01d6215b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 07:29:20 -0500 Subject: [PATCH] Update starlette-context requirement in /docker/main (#24305) Updates the requirements on [starlette-context](https://github.com/tomwojcik/starlette-context) to permit the latest version. - [Release notes](https://github.com/tomwojcik/starlette-context/releases) - [Commits](https://github.com/tomwojcik/starlette-context/compare/v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: starlette-context dependency-version: 0.5.1 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 41a23ab288..aa47e09ea8 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -3,7 +3,7 @@ click == 8.5.* # FastAPI aiohttp == 3.12.* starlette == 0.47.* -starlette-context == 0.4.* +starlette-context == 0.5.* fastapi[standard-no-fastapi-cloud-cli] == 0.116.* uvicorn == 0.46.* slowapi == 0.1.*