From 953b0c459b97afec4cba6f9c6f3cca7f7f90e099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:34:22 +0000 Subject: [PATCH] build(deps): Bump starlette Bumps the pip group with 1 update in the /backend directory: [starlette](https://github.com/Kludex/starlette). Updates `starlette` from 0.36.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.36.3...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 b1862b4..4c11d74 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,7 +35,7 @@ rich==14.3.3 shellingham==1.5.4 six==1.17.0 sniffio==1.3.1 -starlette==0.36.3 +starlette==0.49.1 tokenizers==0.22.2 tqdm==4.67.3 typer==0.24.1