From 73a5c97f6b064512bc2c09942ebbf0ecd619eafe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 22:38:05 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v2.11.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3aeb3cd5cc..232c684412 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", ]