From 2b18c10f5ad9306ee1a9df83cb36fca576cb6394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:51:30 +0000 Subject: [PATCH] Bump pydantic-core from 2.10.1 to 2.24.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.10.1 to 2.24.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.10.1...v2.24.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33666bd..4d08fda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pymatgen==2024.10.3 emmet-core==0.83.6 pydantic==2.4.2 -pydantic-core==2.10.1 +pydantic-core==2.24.0 pydantic-settings==2.2.1 typing-extensions==4.12.2 monty==2024.7.30