From 6073273f5c35605a8f4804314c14b3f9ce276632 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:16:12 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v2.4.0 [security] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b5d81b62..2c24e8e2 100644 --- a/Pipfile +++ b/Pipfile @@ -54,7 +54,7 @@ platformdirs = "==3.10.0" premailer = "==3.10.0" prompt-toolkit = "==3.0.39" psycopg2-binary = "==2.9.7" -pydantic = "==2.3.0" +pydantic = "==2.4.0" pydantic-core = "==2.6.3" pydantic-settings = "==2.0.3" pygments = "==2.16.1"