From 70123a80b06340fdb98bbe43f9ce4bb13a48deca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:00:09 +0000 Subject: [PATCH 1/2] 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 74aeec798..c79c01168 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.33", "defusedxml==0.7.1", "h5py==3.12.1", From e9e5def8e4dd5163792667c9051691d958267d17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:00:29 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index dfe2613b3..a76024680 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -6,7 +6,7 @@ dependencies: - sphinx_rtd_theme - myst-parser - aimsgb =1.1.0 -- ase =3.23.0 +- ase =3.24.0 - atomistics =0.1.33 - defusedxml =0.7.1 - h5py =3.12.1 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 5a7222c91..2a98e22c8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - aimsgb =1.1.0 -- ase =3.23.0 +- ase =3.24.0 - atomistics =0.1.33 - coverage - codacy-coverage diff --git a/binder/environment.yml b/binder/environment.yml index 1dc7bff5c..ba99d550c 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - aimsgb =1.1.0 -- ase =3.23.0 +- ase =3.24.0 - atomistics =0.1.33 - defusedxml =0.7.1 - h5py =3.12.1