From efd6a0c706598e75a6ae4b4cbd828fb06513b513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:15:48 +0000 Subject: [PATCH] Bump fastapi from 0.114.0 to 0.114.2 (#783) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a54e036d..be34b9fcf 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.0', + 'fastapi==0.114.2', 'pydantic==2.9.1', 'uvicorn==0.30.6', 'pytest-split==0.9.0',