From 21af63137ff355a9ba9f6a2d594c8d478db8cf97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:00:17 +0000 Subject: [PATCH] Bump starlette from 0.36.2 to 0.40.0 in /deploy/web_server Bumps [starlette](https://github.com/encode/starlette) from 0.36.2 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.36.2...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/web_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/web_server/requirements.txt b/deploy/web_server/requirements.txt index ce32d2c6..e92adaba 100644 --- a/deploy/web_server/requirements.txt +++ b/deploy/web_server/requirements.txt @@ -1,5 +1,5 @@ bottle==0.12.23 -starlette==0.36.2 +starlette==0.40.0 uvicorn==0.24.0.post1 aiomcache==0.8.1 pymemcache==3.5.2 \ No newline at end of file