From f4cb7d88ab6c6c84e4686423105fe620ae588c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 07:35:03 +0000 Subject: [PATCH] Bump starlette from 0.19.1 to 0.36.2 in /benchmark Bumps [starlette](https://github.com/encode/starlette) from 0.19.1 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.19.1...0.36.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt index c9fbac1fc8..57f2a0c533 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -3,6 +3,6 @@ aiohttp==3.8.1 # and pyyaml>5.3.1 is broken for cython 3 # See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228 # blacksheep==1.2.7 -starlette==0.19.1 +starlette==0.36.2 tornado==6.1 uvicorn==0.16.0