From 2e9db78db6dd4108b697cfde92a95cd0de80539c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:27:26 -0700 Subject: [PATCH] Bump fastapi from 0.114.2 to 0.115.0 (#786) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f48119a6..f6a17eb63 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.114.2', + 'fastapi==0.115.0', 'pydantic==2.9.2', 'uvicorn==0.30.6', 'pytest-split==0.9.0',