From c7a9e15dd9a939b5d64605fd2cacfcecd86a5dd5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 17 Sep 2024 11:55:15 -0600 Subject: [PATCH] Update pydantic from 1.10.11 to 2.9.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3194682..af90eba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ email_validator==2.0.0.post2 Jinja2==3.1.2 -pydantic==1.10.11 +pydantic==2.9.2 requests==2.31.0 simpleeval==0.9.13 typing-extensions==4.8.0;python_version<"3.8"