From d29b511036e6527b01d80f9129cffd80a5ba84d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:59:11 +0000 Subject: [PATCH] fix(deps): update dependency pydantic to v2.11.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 057c2f16aa..3e814c1a89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.11.5", + "pydantic==2.11.6", "cryptography>=44.0.2", ]