From 111ddf509cbfffc88e6aada55637df909256d0f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:56:59 +0000 Subject: [PATCH] fix(deps): update dependency pydantic to v2.11.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e814c1a89..29fab94a14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.11.6", + "pydantic==2.11.7", "cryptography>=44.0.2", ]