From 3974306fc406473da5c045a992d0791c93307ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:43:50 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.10.1 in the dependencies group Bumps the dependencies group with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.9.2 to 2.10.1 - [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.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5429d98..0f07d7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "email_validator==2.2.0", "phonenumberslite==8.13.50", - "pydantic==2.9.2", + "pydantic==2.10.1", "rich==13.9.4", "typer[all]==0.13.1", "Unidecode==1.3.8",