From 1ee1113e48dbbf10c2d10e5d047e183e659bde90 Mon Sep 17 00:00:00 2001 From: zhexu14 <64713351+zhexu14@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:30:02 +1100 Subject: [PATCH] Bump starlette and fastapi versions (#3350) Bump starlette to 0.35.1 and fastapi to 0.109.1 in one commit as they depend on each other. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f6a5e6ab..31eab74c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ coverage==7.3.2 distlib==0.3.7 exceptiongroup==1.2.0 Faker==20.1.0 -fastapi==0.104.1 +fastapi==0.109.1 filelock==3.13.1 future==0.18.3 h11==0.14.0 @@ -54,7 +54,7 @@ shapely==2.0.2 shiboken6==6.4.1 six==1.16.0 sniffio==1.3.0 -starlette==0.27.0 +starlette==0.35.1 tabulate==0.9.0 tomli==2.0.1 types-Jinja2==2.11.9