From b751ad5dab4024675da4117a4b4041b9424bd30b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 21:23:38 +1100 Subject: [PATCH] chore(deps): update dependency pydantic to v2.12.5 (#3951) 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 d9cf916f..e96ae7b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.12.4", + "pydantic==2.12.5", "cryptography>=45.0.7", "textual>=5.3.0", "pytest-mock>=3.15.1",