From 6b638518294f7338f7bb54e9bb529bfad8e5fa50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:02:01 +0000 Subject: [PATCH] Bump pydantic from 2.3.0 to 2.4.2 (#455) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad45e7389..df74b25d9 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ 'yamllint==1.32.0', 'moto>=4.0,<5', 'fastapi==0.103.1', - 'pydantic==2.3.0', + 'pydantic==2.4.2', 'uvicorn==0.23.2', 'pytest-split==0.8.1', ]