From 81ef6df92fd98ffa1ff132004f3eb9dbaee11d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:31:21 +0000 Subject: [PATCH] Bump starlette in /app in the pip group across 1 directory Bumps the pip group with 1 update in the /app directory: [starlette](https://github.com/Kludex/starlette). Updates `starlette` from 0.48.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.48.0...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 8930dcb..6c4884d 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -17,7 +17,7 @@ PyYAML==6.0.3 rich==14.1.0 six==1.17.0 sniffio==1.3.1 -starlette==0.48.0 +starlette==0.49.1 typing-inspection==0.4.1 typing_extensions==4.15.0 urllib3==2.5.0