From 6be3fbe18abf00494ee36d864e793d567c5e221e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 05:23:32 +0000 Subject: [PATCH] build(deps): bump starlette from 1.0.1 to 1.2.1 in /backend Bumps [starlette](https://github.com/Kludex/starlette) from 1.0.1 to 1.2.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/1.0.1...1.2.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9c8ebb80..1feb98d8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.136.0 -starlette==1.0.1 +starlette==1.2.1 uvicorn[standard]==0.48.0 sqlalchemy==2.0.35 psycopg[binary]==3.3.4