From 11a85a9b6bfbecf1bb5c2753dfcc4dfafaf5a54f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:35:21 +0000 Subject: [PATCH] chore(deps): 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 8a358ab0..2d96356e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "functionalpy==0.14.0", "genanki==0.13.1", "misaka==2.1.1", - "pydantic==2.5.2", + "pydantic==2.5.3", "sentry-sdk==1.39.1", "typer==0.9.0", "tqdm==4.66.1",