From 6eaeaea5245d3e0012218317613df53b5929d6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:10:35 +0100 Subject: [PATCH] Bump pydantic from 2.7.2 to 2.7.3 (#1048) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6bbc5aa..84b5f62f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "copier==9.2", "httpx==0.27", "humanize==4.9", - "pydantic==2.7.2", + "pydantic==2.7.3", "pyyaml==6.0.1", "questionary==2.0.1", "rich==13.7.1",