From 33b37e5ecaf3814d83c62ed521c518528d538f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:18:38 +0000 Subject: [PATCH] pip(deps): bump starlette from 0.48.0 to 0.49.3 in /backend Bumps [starlette](https://github.com/Kludex/starlette) from 0.48.0 to 0.49.3. - [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.3) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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..f0a3880 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.3 python-multipart==0.0.20 python-dotenv>=0.19.0