From ac09f738b10f74fb74280d91261b705c5549ad14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:34:44 +0000 Subject: [PATCH] Bump pydantic from 2.9.1 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.1 to 2.9.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.1...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1213d4b8be..ebfe7a10bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ strict = [ "numpy", "phonopy==2.27.0", "pydantic-settings==2.5.2", - "pydantic==2.9.1", + "pydantic==2.9.2", "pymatgen-analysis-defects==2024.7.19", "pymatgen==2024.6.10", "python-ulid==2.7.0",