From e6ec6691f5b6bcf050212abaef27a2043e09c679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:45:20 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.9.2 to 2.10.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2b2b9db..8de0a995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ 'Jinja2==3.1.4', # to generate LaTeX and Markdown files 'phonenumbers==8.13.50', # to validate phone numbers 'email-validator==2.2.0', # to validate email addresses - 'pydantic==2.9.2', # to validate and parse the input file + 'pydantic==2.10.2', # to validate and parse the input file 'pydantic-extra-types==2.10.0', # to validate some extra types 'ruamel.yaml==0.18.6', # to parse YAML files 'typer==0.13.0', # to create the command-line interface