From 026b38c559b1cb1de8c22c0f32c5ac1aa557b6f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:06:25 +0000 Subject: [PATCH 1/2] Bump ase from 3.26.0 to 3.27.0 Bumps [ase](https://gitlab.com/ase/ase) from 3.26.0 to 3.27.0. - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.26.0...3.27.0) --- updated-dependencies: - dependency-name: ase dependency-version: 3.27.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 8a9727ee8..197e17a5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "ase==3.26.0", + "ase==3.27.0", "numpy==2.3.5", "scipy==1.16.3", ] From 666df40382a7adf134c56cb9e2cd60181e594752 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 29 Dec 2025 16:06:38 +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 8324fa566..7732ee154 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.26.0 +- ase =3.27.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 cfe7cfe15..c7678757d 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- ase =3.26.0 +- ase =3.27.0 - coverage - numpy =2.3.5 - scipy =1.16.3