From 6c3262731bfa1cd5e1d24a6415be0c4756daddc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:18:52 +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 d6e07da..c5af777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics", ] dependencies = [ - "ase==3.23.0", + "ase==3.24.0", "biopython==1.84.0", "MDAnalysis==2.7.0", "numpy",