From e6001efed51b84a7525113da431b4f309e8279fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 03:43:25 +0000 Subject: [PATCH 1/2] Bump ase from 3.25.0 to 3.26.0 Bumps [ase](https://gitlab.com/ase/ase) from 3.25.0 to 3.26.0. - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.25.0...3.26.0) --- updated-dependencies: - dependency-name: ase dependency-version: 3.26.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 a8bbbc9..d12f14f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi" [project.optional-dependencies] ase = [ - "ase==3.25.0", + "ase==3.26.0", "scipy==1.16.0", ] From 1597825897664f9f27f2e86fd244008c5956c06f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 03:43:36 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index e05de13..d98cddf 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -7,7 +7,7 @@ dependencies: - numpy =2.3.1 - mpi4py =4.1.0 - executorlib =1.6.1 -- ase =3.25.0 +- ase =3.26.0 - scipy =1.16.0 - hatchling - hatch-vcs diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 3a9c95e..2d29681 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -7,7 +7,7 @@ dependencies: - numpy =2.3.1 - mpi4py =4.1.0 - executorlib =1.6.1 -- ase =3.25.0 +- ase =3.26.0 - scipy =1.16.0 - hatchling - hatch-vcs diff --git a/binder/environment.yml b/binder/environment.yml index 531d869..2a033cd 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -8,5 +8,5 @@ dependencies: - lammps =2024.08.29=*_mpi_openmpi_* - mpi4py =4.1.0 - executorlib =1.6.1 -- ase =3.25.0 +- ase =3.26.0 - scipy =1.16.0