From 10144d4bf3a4c7a6741557c78a2e5554250c58fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:25:45 +0000 Subject: [PATCH] Bump starlette from 0.48.0 to 0.50.0 in /back-end Bumps [starlette](https://github.com/Kludex/starlette) from 0.48.0 to 0.50.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.48.0...0.50.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back-end/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/requirements.txt b/back-end/requirements.txt index 24d76aa..77cbe8d 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -12,7 +12,7 @@ pydantic==2.12.4 python-multipart==0.0.20 six==1.17.0 sniffio==1.3.1 -starlette==0.48.0 +starlette==0.50.0 typing_extensions==4.15.0 uvicorn==0.38.0 pytest==9.0.1