From f85752393245be5e51fc270e3c8133cd5b6b040b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:53:25 +0000 Subject: [PATCH] Bump starlette in /backend in the pip group across 1 directory Bumps the pip group with 1 update in the /backend directory: [starlette](https://github.com/Kludex/starlette). Updates `starlette` from 0.48.0 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.48.0...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index bfa5e33..f0bdb0a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ requests==2.32.* python-dateutil==2.9.* fastapi==0.118.* pydantic==2.11.9 -starlette==0.48.0 +starlette==0.49.1 python-multipart==0.0.20 python-dotenv>=0.19.0