From a3e219a2e4b2d8b4164362c64f367abf433c180a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 09:31:15 +1100 Subject: [PATCH] chore(deps): update dependency pydantic to v2.11.10 (#3850) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08c6fc3d..ed4f429b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.11.9", + "pydantic==2.11.10", "cryptography>=45.0.7", ]