From 43778a5e152f3e55b3873a2d969490456ffb76ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 07:48:11 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.10.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.4. - [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.4) --- 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 adcc5448f..7a482da13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ strict = [ "openmm==8.1.1", "phonopy==2.30.1", "pydantic-settings==2.7.0", - "pydantic==2.9.2", + "pydantic==2.10.4", "pymatgen-analysis-defects==2024.10.22", "pymatgen==2024.11.13", "python-ulid==3.0.0",