From 0568b264ce45bec74c10e31cab1ce140565e1d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:34:18 +0000 Subject: [PATCH] Bump pydantic-settings from 2.1.0 to 2.2.0 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... 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 cc5ff639fb..7d17fadf77 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -7,6 +7,6 @@ monty==2024.2.2 numpy==1.26.4 psutil==5.9.8 pydantic==2.6.1 -pydantic-settings==2.1.0 +pydantic-settings==2.2.0 git+https://github.com/materialsproject/pymatgen.git typer[all]==0.9.0