From 46380f5da3cb80dfb795f3acb934350d17817c18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 07:34:22 +1100 Subject: [PATCH] chore(deps): update dependency pydantic to v2.12.2 (#3869) 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 ae2b4b91..05498f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.12.1", + "pydantic==2.12.2", "cryptography>=45.0.7", ]