From fdd2c9e2eed3f1fc631a3061f84d93e0898b2347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:03:03 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.0 (#972) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.0. - [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.8.2...v2.9.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 2c541e90ae..330da7e749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ strict = [ "numpy", "phonopy==2.27.0", "pydantic-settings==2.3.4", - "pydantic==2.8.2", + "pydantic==2.9.0", "pymatgen-analysis-defects==2024.7.19", "pymatgen==2024.6.10", "python-ulid==2.7.0",