From d7f74b4b323173c2dfe454a58c2ed625ecaef0f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:47:57 +1100 Subject: [PATCH] chore(deps): update dependency pydantic to v2.12.0 (#3856) 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 6c206768..f9418ff8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.11.10", + "pydantic==2.12.0", "cryptography>=45.0.7", ]