From 16287da20561ab94691480c990af4c1148b6a942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 12:58:07 +0000 Subject: [PATCH] Bump starlette from 0.38.5 to 0.40.0 Bumps [starlette](https://github.com/encode/starlette) from 0.38.5 to 0.40.0. - [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.38.5...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79a152a..0590f27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pydantic==2.9.2 pydantic_core==2.23.4 python-dotenv==1.0.1 sniffio==1.3.1 -starlette==0.38.5 +starlette==0.40.0 typing_extensions==4.12.2 uvicorn==0.30.6