From ae115a372ce27974a4964433c6d4a31497d44cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:12:19 +0000 Subject: [PATCH 1/2] Bump ase from 3.27.0 to 3.28.0 Bumps [ase](https://gitlab.com/ase/ase) from 3.27.0 to 3.28.0. - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.27.0...3.28.0) --- updated-dependencies: - dependency-name: ase dependency-version: 3.28.0 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 9613b2fa6..339cc92bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "ase==3.27.0", + "ase==3.28.0", "numpy==2.3.5", "scipy==1.17.0", ] From fc80024a24d2777f6ff37ddad428b67f40a59ab8 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Wed, 18 Mar 2026 16:12:43 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- .ci_support/environment_mini.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 2e0937be3..9605da998 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - aimsgb =1.1.1 -- ase =3.27.0 +- ase =3.28.0 - coverage - dscribe =2.1.2 - matplotlib-base =3.10.8 diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index fbb218085..c5e5a4896 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- ase =3.27.0 +- ase =3.28.0 - coverage - numpy =2.3.5 - scipy =1.17.0