From 26c172cc9251a577f5805a2354d75702555e9cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:18:13 +0000 Subject: [PATCH 1/2] Bump emmet-core from 0.82.2 to 0.84.1 Bumps [emmet-core](https://github.com/materialsproject/emmet) from 0.82.2 to 0.84.1. - [Release notes](https://github.com/materialsproject/emmet/releases) - [Changelog](https://github.com/materialsproject/emmet/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/materialsproject/emmet/compare/v0.82.2...v0.84.1) --- updated-dependencies: - dependency-name: emmet-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f58f6061d6..1edbd3a723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "PyYAML", "click", "custodian>=2024.4.18", - "emmet-core==0.82.2", + "emmet-core==0.84.1", "jobflow>=0.1.11", "monty>=2024.2.2", "numpy", @@ -86,7 +86,7 @@ strict = [ "click==8.1.7", "custodian==2024.6.24", "dscribe==2.1.1", - "emmet-core==0.82.2", + "emmet-core==0.84.1", "ijson==3.3.0", "jobflow==0.1.17", "lobsterpy==0.4.5", From b43b9d1d9814f1d0cd2bb119e9d753f785e0a44f Mon Sep 17 00:00:00 2001 From: Alex Ganose Date: Thu, 18 Jul 2024 15:00:20 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1edbd3a723..b42924cf90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "PyYAML", "click", "custodian>=2024.4.18", - "emmet-core==0.84.1", + "emmet-core>=0.84.1", "jobflow>=0.1.11", "monty>=2024.2.2", "numpy", @@ -99,7 +99,7 @@ strict = [ "pydantic-settings==2.3.4", "pydantic==2.7.4", "pymatgen-analysis-defects==2024.5.11", - "pymatgen==2024.6.10", + "pymatgen==2024.4.13", "python-ulid==2.7.0", "quippy-ase==0.9.14", "seekpath==2.1.0",