From 3f0ad7ba50680d057089ab7fa54d79b2c62acc95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:31:08 +0000 Subject: [PATCH] Update dependency pydantic to v2.13.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79d41d29..36626564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pyparted>=3.13.0", - "pydantic==2.12.5", + "pydantic==2.13.1", "cryptography>=45.0.7", "textual>=5.3.0", "markdown-it-py[linkify]>=4.0.0",