From 40079f97b672fd0ddb763af068e7dd314daff6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:03:43 +0000 Subject: [PATCH] Bump starlette from 0.27.0 to 0.36.2 (#581) Bumps [starlette](https://github.com/encode/starlette) from 0.27.0 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.27.0...0.36.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fdc674f7..8b05a46e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ isort==5.10.1 mypy==0.971 pytest==7.1.2 pytest-cov==3.0.0 -starlette==0.27.0 +starlette==0.36.2 requests==2.31.0 # Documentation