From d0495c64ac76c56000869ba0e1c0a3a33e034871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:13:25 +0000 Subject: [PATCH] Bump uvicorn from 0.30.5 to 0.30.6 (#762) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saaketh Narayan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d6a44a69..9034559af 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ 'moto>=4.0,<6', 'fastapi==0.112.1', 'pydantic==2.8.2', - 'uvicorn==0.30.5', + 'uvicorn==0.30.6', 'pytest-split==0.9.0', ]