From 8d94ae54536adafcfbed7048a8b38be791c02765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:42:33 +0000 Subject: [PATCH] Bump ase from 3.23.0 to 3.24.0 Bumps [ase](https://gitlab.com/ase/ase) from 3.23.0 to 3.24.0. - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.23.0...3.24.0) --- updated-dependencies: - dependency-name: ase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 924e26737..97b398a27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "ase==3.23.0", + "ase==3.24.0", "atomistics==0.1.32", "defusedxml==0.7.1", "h5py==3.12.1",