From 5059413742f75d90f84325b65b6bd963d1a0f9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:55:40 +0000 Subject: [PATCH 1/3] Bump pyiron-atomistics from 0.4.4 to 0.4.6 Bumps [pyiron-atomistics](https://github.com/pyiron/pyiron_atomistics) from 0.4.4 to 0.4.6. - [Release notes](https://github.com/pyiron/pyiron_atomistics/releases) - [Changelog](https://github.com/pyiron/pyiron_atomistics/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyiron/pyiron_atomistics/compare/pyiron_atomistics-0.4.4...pyiron_atomistics-0.4.6) --- updated-dependencies: - dependency-name: pyiron-atomistics dependency-type: direct:development 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 ac6974be..b3db3fe9 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'atomistics==0.1.20', 'numpy==1.26.3', 'phonopy==2.21.0', - 'pyiron_atomistics==0.4.4', + 'pyiron_atomistics==0.4.6', ], }, cmdclass=versioneer.get_cmdclass(), From 7295b47a7f39b2d7f29fa8b25bd845a452e73c98 Mon Sep 17 00:00:00 2001 From: liamhuber Date: Mon, 15 Jan 2024 13:47:22 -0800 Subject: [PATCH 2/3] Propagate change to notebooks env --- .ci_support/environment-notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index 4cb244ca..63d17e59 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -5,6 +5,6 @@ dependencies: - atomistics =0.1.20 - lammps - phonopy =2.21.0 - - pyiron_atomistics =0.4.4 + - pyiron_atomistics =0.4.6 - pyiron-data =0.0.27 - numpy =1.26.3 \ No newline at end of file From 8c8dd678150352272c1fbd563f984d1969f6ca3e Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 15 Jan 2024 21:47:44 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 3dda474e..2124b284 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -15,6 +15,6 @@ dependencies: - atomistics =0.1.20 - lammps - phonopy =2.21.0 -- pyiron_atomistics =0.4.4 +- pyiron_atomistics =0.4.6 - pyiron-data =0.0.27 - numpy =1.26.3