From c04268327569544278744037baef90fad8ed24b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:24:55 +0000 Subject: [PATCH] Bump starlette from 0.48.0 to 0.52.1 in /back-end Bumps [starlette](https://github.com/Kludex/starlette) from 0.48.0 to 0.52.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/0.48.0...0.52.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.52.1 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 17fc50c..6997139 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -12,7 +12,7 @@ pydantic==2.12.5 python-multipart==0.0.22 six==1.17.0 sniffio==1.3.1 -starlette==0.48.0 +starlette==0.52.1 typing_extensions==4.15.0 uvicorn==0.41.0 pytest==9.0.2