From 6ef353d875bf71c444566d860ee969e0f950daae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:24:17 +0000 Subject: [PATCH 1/3] 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61abf5cb2..9814a882b 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ], extras_require={ 'atomistic': [ - 'ase==3.23.0', + 'ase==3.24.0', 'pyiron_atomistics==0.6.18', 'pycp2k==0.2.2', ], From c35f4fc072cd9d72ba6a9f2be49b908af1d24b07 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 6 Jan 2025 12:24:34 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1c544382c..48d058854 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- ase =3.23.0 +- ase =3.24.0 - coveralls - coverage - codacy-coverage From f285027d5057396fa735061649c8ec7cb9639046 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 6 Jan 2025 12:24:53 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 0811c955e..09945b1a5 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- ase =3.23.0 +- ase =3.24.0 - coveralls - coverage - codacy-coverage diff --git a/docs/environment.yml b/docs/environment.yml index 969c5db43..5cc7afb86 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- ase =3.23.0 +- ase =3.24.0 - coveralls - coverage - codacy-coverage