From 3a73e1aed29f88b625efc1cbdda5a76b4c939ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:25:48 +0000 Subject: [PATCH] Bump starlette from 0.41.3 to 0.49.1 in /backend Bumps [starlette](https://github.com/Kludex/starlette) from 0.41.3 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.41.3...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... 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 b93f527..f980540 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ httptools==0.6.4 uvloop==0.21.0 # ── ASGI / HTTP ─────────────────────────────────────────────────────────────── -starlette==0.41.3 +starlette==0.49.1 python-multipart==0.0.17 # ── Database ──────────────────────────────────────────────────────────────────