From b6becc4ccb1141ca6256d18d7ec40e12bea3d2d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:38:27 +0000 Subject: [PATCH] Bump starlette from 0.22.0 to 0.47.2 in /backend Bumps [starlette](https://github.com/encode/starlette) from 0.22.0 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.22.0...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 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..b24b47489b 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.47.2 uuid7==0.1.0 uvicorn==0.20.0