From 5049e2b6eef8a0996eca298fbd7cbdb0168dc41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:00:54 +0000 Subject: [PATCH] build(deps): bump starlette from 0.45.3 to 0.49.1 in /fashionapp/backend Bumps [starlette](https://github.com/Kludex/starlette) from 0.45.3 to 0.49.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.45.3...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fashionapp/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fashionapp/backend/requirements.txt b/fashionapp/backend/requirements.txt index 91d5fe8..bcbdf04 100644 --- a/fashionapp/backend/requirements.txt +++ b/fashionapp/backend/requirements.txt @@ -53,7 +53,7 @@ requests-toolbelt==1.0.0 six==1.17.0 sniffio==1.3.1 SQLAlchemy==2.0.38 -starlette==0.45.3 +starlette==0.49.1 tabulate==0.9.0 tenacity==9.0.0 typing-inspect==0.9.0