From ffbd33de68ba066fdb8e6d3e35388102bea4b351 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:02:13 +0000 Subject: [PATCH] chore(deps): update dependency pydantic-core to v2.23.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e6116c..320df39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platfo idna==3.8 ; python_version >= "3.10" and python_version < "4.0" markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0" mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0" -pydantic-core==2.23.0 ; python_version >= "3.10" and python_version < "4.0" +pydantic-core==2.23.1 ; python_version >= "3.10" and python_version < "4.0" pydantic==2.8.2 ; python_version >= "3.10" and python_version < "4.0" pygments==2.18.0 ; python_version >= "3.10" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0"