From 891e8094ba4f0f98ad3fe988a259fdec64083ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:36:02 +0000 Subject: [PATCH] Bump starlette in /Python/FastAPI/02/lyrics-extract-final-main Bumps [starlette](https://github.com/Kludex/starlette) from 0.37.2 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.37.2...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/FastAPI/02/lyrics-extract-final-main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/FastAPI/02/lyrics-extract-final-main/requirements.txt b/Python/FastAPI/02/lyrics-extract-final-main/requirements.txt index fa0bb71..4ab8874 100644 --- a/Python/FastAPI/02/lyrics-extract-final-main/requirements.txt +++ b/Python/FastAPI/02/lyrics-extract-final-main/requirements.txt @@ -39,7 +39,7 @@ rich==13.7.1 shellingham==1.5.4 sniffio==1.3.1 SpeechRecognition==3.8.1 -starlette==0.37.2 +starlette==0.49.1 tqdm==4.66.4 typer==0.12.3 typing_extensions==4.12.2