From 7f55cd34d24f4b8752cab975adfc660f3224bdd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:39:31 +0000 Subject: [PATCH] Bump lobsterpy from 0.4.0 to 0.4.4 (#848) Bumps [lobsterpy](https://github.com/JaGeo/LobsterPy) from 0.4.0 to 0.4.4. - [Release notes](https://github.com/JaGeo/LobsterPy/releases) - [Changelog](https://github.com/JaGeo/LobsterPy/blob/main/CHANGELOG.md) - [Commits](https://github.com/JaGeo/LobsterPy/compare/v0.4.0...v0.4.4) --- updated-dependencies: - dependency-name: lobsterpy 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 3ec12c8677..eecb75e37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ strict = [ "emmet-core==0.82.2", "ijson==3.2.3", "jobflow==0.1.17", - "lobsterpy==0.4.0", + "lobsterpy==0.4.4", "mace-torch>=0.3.3", "matgl==1.1.1", "monty==2024.3.31",