From cda8c2f1b690b9e0f5ab370b9be4d86145f12e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 13:55:02 +0000 Subject: [PATCH] Bump starlette from 0.40.0 to 0.47.2 Bumps [starlette](https://github.com/encode/starlette) from 0.40.0 to 0.47.2. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.40.0...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8c5e3ba..6fca587 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ h11==0.16.0 httptools==0.0.13 idna==3.7 pydantic==1.10.13 -starlette==0.40.0 +starlette==0.47.2 uvicorn==0.11.7 uvloop==0.12.2 websockets==9.1