From a3363c7b8cf711c7da202425d71f0f5dfc00269a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:43:31 +0000 Subject: [PATCH] Bump fastapi from 0.104.1 to 0.109.1 in /examples/benchmark (#203) #nolog Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/benchmark/requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/benchmark/requirements.txt b/examples/benchmark/requirements.txt index b00951f..9cc2f0a 100644 --- a/examples/benchmark/requirements.txt +++ b/examples/benchmark/requirements.txt @@ -9,9 +9,7 @@ aiofiles==23.2.1 annotated-types==0.6.0 # via pydantic anyio==3.7.1 - # via - # fastapi - # starlette + # via starlette blinker==1.7.0 # via # flask @@ -28,7 +26,7 @@ click==8.1.7 # pip-tools # quart # uvicorn -fastapi==0.104.1 +fastapi==0.109.1 # via -r requirements.in flask==3.0.0 # via @@ -90,7 +88,7 @@ requests==2.31.0 # via -r requirements.in sniffio==1.3.0 # via anyio -starlette==0.27.0 +starlette==0.35.1 # via fastapi typing-extensions==4.9.0 # via