From b40d01de7e32edb32eb45e8b5f5b87dca1f61361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:54:04 +0000 Subject: [PATCH] Bump starlette from 0.22.0 to 0.49.1 in /backend Bumps [starlette](https://github.com/Kludex/starlette) from 0.22.0 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.22.0...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements_worker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements_worker.txt b/backend/requirements_worker.txt index a232125ee2..adc0e323c4 100644 --- a/backend/requirements_worker.txt +++ b/backend/requirements_worker.txt @@ -18,6 +18,6 @@ requests==2.30.0 scipy==1.8.1 SQLAlchemy==1.4.41 sqlmodel==0.0.8 -starlette==0.22.0 +starlette==0.49.1 uuid7==0.1.0 uvicorn==0.20.0