From 83c7fad67d7cfac502004167a2093d015d0ca6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:27:46 +0000 Subject: [PATCH] Bump starlette from 0.19.1 to 0.40.0 Bumps [starlette](https://github.com/encode/starlette) from 0.19.1 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.19.1...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 f93152e..c4135a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ PyYAML==6.0 requests==2.28.0 six==1.16.0 sniffio==1.2.0 -starlette==0.19.1 +starlette==0.40.0 typing-extensions==4.2.0 urllib3==1.26.9 uvicorn==0.18.1