From 99409835309a434999a3be0b193578e1c860d5ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 13:03:53 +0000 Subject: [PATCH] Update dependency arch/python-pydantic to v2.13.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 125a1caeac..678a971875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic>=2.13.4", + "pydantic>=2.13.5", "cryptography>=50.0.1", "textual>=8.2.8", "markdown-it-py>=4.2.0",