From fd711200c26d13ba5d8f4672085eff7287e639c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:48:38 +0000 Subject: [PATCH] Bump starlette from 0.46.2 to 0.47.2 in /voice-chatbot/backend Bumps [starlette](https://github.com/Kludex/starlette) from 0.46.2 to 0.47.2. - [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.46.2...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- voice-chatbot/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice-chatbot/backend/requirements.txt b/voice-chatbot/backend/requirements.txt index f2ca883..e2d8dc8 100644 --- a/voice-chatbot/backend/requirements.txt +++ b/voice-chatbot/backend/requirements.txt @@ -27,7 +27,7 @@ smithy-core==0.0.2 smithy-http==0.0.1 smithy-json==0.0.1 sniffio==1.3.1 -starlette==0.46.2 +starlette==0.47.2 typing-inspection==0.4.0 typing_extensions==4.13.2 urllib3==2.4.0