From d06bfc1e09b601bbcbdd7c8f283782f5f3998c8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:07:58 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to ~=2.13.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f053cc4..5832647 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pydantic~=2.5.3 +pydantic~=2.13.4 loguru~=0.7.2 requests~=2.31.0 xmltodict~=0.13.0