From 3e3b65e8ea90e999469192ba33ea0f6b10af6770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 05:48:22 +0000 Subject: [PATCH] Bump starlette from 0.14.1 to 0.47.2 Bumps [starlette](https://github.com/encode/starlette) from 0.14.1 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.14.1...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 f664867a..62e5642e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ itsdangerous==1.1.0 markupsafe==1.1.1 python-multipart==0.0.5 sqlalchemy==1.3.22 -starlette==0.14.1 +starlette==0.47.2 uvicorn==0.13.4 websockets==10.1 # this library is optional but auto-pings websockets and detects disconnects (e.g. rooms) wtforms==2.3.3