From cec68b6e9bbcef3c15b6705b37a03c84e7255069 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:38:27 +1000 Subject: [PATCH] chore(deps): update dependency pydantic to v2.11.9 (#3791) 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 3aeb3cd5..232c6844 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.11.7", + "pydantic==2.11.9", "cryptography>=44.0.2", ]