From 9eece99928900550a09d3b663c17b8dbb1309a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:47:16 +0000 Subject: [PATCH] build(deps): bump starlette from 0.36.3 to 1.3.1 Bumps [starlette](https://github.com/Kludex/starlette) from 0.36.3 to 1.3.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...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-major ... 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..49bc9c5 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==1.3.1 tokenizers==0.22.2 tqdm==4.67.3 typer==0.24.1