From 8ec64f896cac3da286e798869f5a160785e44562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:27:30 +0000 Subject: [PATCH] chore(deps): update dependency pydantic-core to v2.23.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5945af3..182c57b 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.7 ; 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.22.0 ; python_version >= "3.10" and python_version < "4.0" +pydantic-core==2.23.0 ; 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"