From 6c43a8c6d38537beb3131c821b5fd70333f9a61e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:34:18 +1100 Subject: [PATCH] chore(deps): update dependency pydantic to v2.12.1 (#3868) 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 42a72edc..ae2b4b91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.12.0", + "pydantic==2.12.1", "cryptography>=45.0.7", ]