From 1259545d9303a334d978fe09c918dc97ce1ad31c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:34:47 +0000 Subject: [PATCH] Bump fastapi from 0.97.0 to 0.98.0 (#314) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67f81189f..56edfb892 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ 'toml==0.10.2', 'yamllint==1.32.0', 'moto>=4.0,<5', - 'fastapi==0.97.0', + 'fastapi==0.98.0', 'pydantic==1.10.9', 'uvicorn==0.22.0', ]