From a43e1d3ea917a7931347dec3bc57b980b5e4d6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:34:02 +0000 Subject: [PATCH 1/2] Bump atomistics from 0.1.3 to 0.1.7 Bumps [atomistics](https://github.com/pyiron/atomistics) from 0.1.3 to 0.1.7. - [Release notes](https://github.com/pyiron/atomistics/releases) - [Commits](https://github.com/pyiron/atomistics/compare/atomistics-0.1.3...atomistics-0.1.7) --- updated-dependencies: - dependency-name: atomistics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 583b469fc..146278602 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ]), install_requires=[ 'ase==3.22.1', - 'atomistics==0.1.3', + 'atomistics==0.1.7', 'defusedxml==0.7.1', 'h5py==3.10.0', 'matplotlib==3.8.2', From c9951f649d5308ec53af52ab7edc3de0ca8a6c52 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 27 Nov 2023 08:34:33 +0000 Subject: [PATCH 2/2] [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 3dc61f295..3ccce4276 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - aimsgb =1.1.0 - ase =3.22.1 -- atomistics =0.1.3 +- atomistics =0.1.7 - coveralls - coverage - codacy-coverage