From c084c33aa20a4ecb1f218c1f53e9ef91b4c1171f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:27:22 +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] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d1746ed8dc..6b8092b654 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ maggma==0.69.3 monty==2024.7.30 numpy==1.26.4 psutil==5.9.8 -pydantic==2.9.1 +pydantic==2.9.2 pydantic-settings==2.5.2 pymatgen==2024.9.17 ruamel.yaml==0.18.6