From e38934ffe0f095b80a11f1ca2324d033fe1216ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:47:34 +0000 Subject: [PATCH] Update dependency pydantic to v2.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 233755ef..7bd879da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "inflection==0.5.1", "ndspy==4.1.0", "ordered-set==4.1.0", - "pydantic==2.4.2", + "pydantic==2.5.3", "pyparsing==3.1.1", "vidua==0.4.5", "zed@git+https://github.com/phst-randomizer/zed.git@5ee969236bf3c3d0707da963e5edc818ddf246d3",