From 79e0c38dc2b21c5e1ae5841a8010c6f48311b91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:41:02 +0000 Subject: [PATCH] Bump starlette from 0.14.1 to 0.49.1 Bumps [starlette](https://github.com/Kludex/starlette) from 0.14.1 to 0.49.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.14.1...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 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..43b61c81 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.49.1 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