From b8a63da59a27fcb183cc6e94356a2f97ad7203cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:50:15 +0000 Subject: [PATCH] Bump fastapi from 0.112.2 to 0.114.0 (#779) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f2fedff2..b662a7e91 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ 'toml==0.10.2', 'yamllint==1.35.1', 'moto>=4.0,<6', - 'fastapi==0.112.2', + 'fastapi==0.114.0', 'pydantic==2.8.2', 'uvicorn==0.30.6', 'pytest-split==0.9.0',