From 369881a4df0f4e77429962790c537616744595be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:11:19 +0000 Subject: [PATCH 1/2] Bump pymatgen from 2024.2.23 to 2024.3.1 (#759) Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2024.2.23 to 2024.3.1. - [Release notes](https://github.com/materialsproject/pymatgen/releases) - [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md) - [Commits](https://github.com/materialsproject/pymatgen/compare/v2024.2.23...v2024.3.1) --- updated-dependencies: - dependency-name: pymatgen 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 d9f9e0accb..596e7c50bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ strict = [ "pydantic-settings==2.2.1", "pydantic==2.6.2", "pymatgen-analysis-defects==2024.2.24", - "pymatgen==2024.2.23", + "pymatgen==2024.3.1", "quippy-ase==0.9.14", "seekpath==2.1.0", "typing-extensions==4.10.0", From 27bde10a36df3a908ea8bdabaa6dd323c0050632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:30:11 +0000 Subject: [PATCH 2/2] Bump pydantic from 2.6.2 to 2.6.3 (#763) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.2 to 2.6.3. - [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.6.2...v2.6.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... 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 596e7c50bb..bf42b10544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ strict = [ "numpy", "phonopy==2.21.2", "pydantic-settings==2.2.1", - "pydantic==2.6.2", + "pydantic==2.6.3", "pymatgen-analysis-defects==2024.2.24", "pymatgen==2024.3.1", "quippy-ase==0.9.14",