From f19ec83675c87b68bb8d90416adb5bad57320c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:05:53 +0000 Subject: [PATCH] chore(deps): bump starlette from 1.0.0 to 1.3.1 in /backend Bumps [starlette](https://github.com/Kludex/starlette) from 1.0.0 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/1.0.0...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production ... 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 02433cf5..6bf82de8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ pydantic-settings==2.14.1 python-dotenv==1.2.2 python-json-logger==4.1.0 sniffio==1.3.1 -starlette==1.0.0 +starlette==1.3.1 typing-inspection==0.4.2 typing_extensions==4.15.0 uvicorn==0.47.0