From 9e72201b762b7a0ad1105f8c298897e714e7d2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 01:41:54 +0000 Subject: [PATCH] Bump starlette from 0.46.2 to 0.47.2 in /back-end Bumps [starlette](https://github.com/encode/starlette) from 0.46.2 to 0.47.2. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.46.2...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 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 04fe171..824e77e 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -12,7 +12,7 @@ pydantic==2.11.7 python-multipart==0.0.20 six==1.17.0 sniffio==1.3.1 -starlette==0.46.2 +starlette==0.47.2 typing_extensions==4.14.1 uvicorn==0.35.0 pytest==8.4.1