From 6e068eff4b4a6a3551e8f89dc7324ae8007744c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:21:22 +0000 Subject: [PATCH] Bump starlette in /benchmark in the pip group across 1 directory Bumps the pip group with 1 update in the /benchmark directory: [starlette](https://github.com/encode/starlette). Updates `starlette` from 0.38.5 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.38.5...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production dependency-group: pip ... 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 5f11a34356..ed5275556f 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -3,6 +3,6 @@ aiohttp==3.10.3 # and pyyaml>5.3.1 is broken for cython 3 # See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228 # blacksheep==2.0.7 -starlette==0.38.5 +starlette==0.40.0 tornado==6.4.1 uvicorn==0.30.6