From ebf3599abba0e4267b7a1c0362561f63ad5d8430 Mon Sep 17 00:00:00 2001 From: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com> Date: Sat, 21 Sep 2024 12:33:42 +0530 Subject: [PATCH] Bump pip group for benchmark comparisions to fix security scanner reports (#1479) --- benchmark/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt index 0aec4bae..5f11a343 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.10.3 # Blacksheep depends upon essentials_openapi which is pinned to pyyaml==5.4.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 -tornado==6.1 -uvicorn==0.16.0 +# blacksheep==2.0.7 +starlette==0.38.5 +tornado==6.4.1 +uvicorn==0.30.6