From 24cf382dd2d0c17aeaba92d3ace074bd9f39485e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 01:11:13 +0000 Subject: [PATCH] Bump starlette from 0.47.3 to 0.48.0 in /back-end Bumps [starlette](https://github.com/Kludex/starlette) from 0.47.3 to 0.48.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.47.3...0.48.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.48.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 8076559..5ca2bb6 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -12,7 +12,7 @@ pydantic==2.11.9 python-multipart==0.0.20 six==1.17.0 sniffio==1.3.1 -starlette==0.47.3 +starlette==0.48.0 typing_extensions==4.15.0 uvicorn==0.37.0 pytest==8.4.2