From 05862fa1f79907cd4301f5a7a3c3940d13f4f1e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 18:45:00 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v2.12.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 105d98dadc..d15aaf0028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.12.2", + "pydantic==2.12.3", "cryptography>=45.0.7", ]