From 2258f8ca45750f7da4248eeaf0f7a87951dcdd62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:16:45 +0000 Subject: [PATCH] Bump structuretoolkit from 0.0.23 to 0.0.24 Bumps [structuretoolkit](https://github.com/pyiron/structuretoolkit) from 0.0.23 to 0.0.24. - [Release notes](https://github.com/pyiron/structuretoolkit/releases) - [Commits](https://github.com/pyiron/structuretoolkit/compare/structuretoolkit-0.0.23...structuretoolkit-0.0.24) --- updated-dependencies: - dependency-name: structuretoolkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0500b637..7e2352e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Repository = "https://github.com/pyiron/atomistics" phonopy = [ "phonopy==2.23.1", "seekpath==2.1.0", - "structuretoolkit==0.0.23", + "structuretoolkit==0.0.24", ] gpaw = [ "gpaw==24.1.0",