From 3512d1f5151aca6f0022bf67e491480f5080d479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:04:23 +0000 Subject: [PATCH] Bump starlette from 0.13.6 to 0.36.2 in /backend Bumps [starlette](https://github.com/encode/starlette) from 0.13.6 to 0.36.2. - [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.13.6...0.36.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5517acc8..e5add745 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,7 +32,7 @@ requests==2.24.0 six==1.15.0 sh==1.14.1 SQLAlchemy==1.3.19 -starlette==0.13.6 +starlette==0.36.2 sse-starlette==0.6.2 typing-extensions==3.7.4.2 urllib3==1.26.18