From ea7a450303362b1e3b8fe9e95250eb82dab31874 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:22:17 +0000 Subject: [PATCH] Update dependency pydantic-core to v2.24.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43773ef..d6c2162 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ jinja2==3.1.2 ; python_version >= "3.11" and python_version < "4.0" magic-filter==1.0.12 ; python_version >= "3.11" and python_version < "4.0" markupsafe==2.1.3 ; python_version >= "3.11" and python_version < "4.0" multidict==6.0.4 ; python_version >= "3.11" and python_version < "4.0" -pydantic-core==2.6.3 ; python_version >= "3.11" and python_version < "4.0" +pydantic-core==2.24.0 ; python_version >= "3.11" and python_version < "4.0" pydantic==2.3.0 ; python_version >= "3.11" and python_version < "4.0" python-dotenv==1.0.0 ; python_version >= "3.11" and python_version < "4.0" setuptools==69.0.2 ; python_version >= "3.12" and python_version < "4.0"