From 6761c7004151f8293935191aae755d66e525f5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:10:17 +0000 Subject: [PATCH] deps(deps): bump starlette from 0.49.2 to 1.0.0 in /backend Bumps [starlette](https://github.com/Kludex/starlette) from 0.49.2 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.49.2...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 42de3fc..c3d600b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.120.4 -starlette==0.49.2 +starlette==1.0.0 uvicorn[standard]==0.30.6 sqlalchemy==2.0.49 pydantic==2.9.2