From 5fe98f2e98cbf3fabd419394d441e9362b9621a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:42:59 +0000 Subject: [PATCH] Update dependency pydantic-core to v2.18.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43773ef..5b10cc9 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.18.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"