From a43c8d9593664fd7f574773d75ca2293eb48741a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:27:25 +0000 Subject: [PATCH] build(deps): bump starlette from 0.36.3 to 1.0.0 Bumps [starlette](https://github.com/Kludex/starlette) from 0.36.3 to 1.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.0 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..6850ad6 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.0.0 tokenizers==0.22.2 tqdm==4.67.3 typer==0.24.1