From d2624f92331f2642b8a6cc8871cf3b4bb2343f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:53:15 +0000 Subject: [PATCH] Bump starlette from 0.48.0 to 0.51.0 in /back-end Bumps [starlette](https://github.com/Kludex/starlette) from 0.48.0 to 0.51.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.51.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.51.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 8b5dc7ec..c6e87a53 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -12,7 +12,7 @@ pydantic==2.12.5 python-multipart==0.0.21 six==1.17.0 sniffio==1.3.1 -starlette==0.48.0 +starlette==0.51.0 typing_extensions==4.15.0 uvicorn==0.40.0 pytest==9.0.2