From 9af1bd2564223550d124467a64f7b801f189677e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:10:28 +0000 Subject: [PATCH 1/4] Bump pyiron-base from 0.6.14 to 0.6.20 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.6.14 to 0.6.20. - [Release notes](https://github.com/pyiron/pyiron_base/releases) - [Changelog](https://github.com/pyiron/pyiron_base/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyiron/pyiron_base/compare/pyiron_base-0.6.14...pyiron_base-0.6.20) --- updated-dependencies: - dependency-name: pyiron-base 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 6805468..75e82a7 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ - 'pyiron_base==0.6.14', + 'pyiron_base==0.6.20', 'pyiron_atomistics==0.4.1', 'ipywidgets==8.1.1', 'matplotlib==3.8.2', From f745f5f3edc177a67ced3a472fef7580098c3a99 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 8 Jan 2024 23:10:42 +0000 Subject: [PATCH 2/4] [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 dcd8e07..610c960 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - codacy-coverage - ipywidgets =8.1.1 -- pyiron_base =0.6.14 +- pyiron_base =0.6.20 - pyiron_atomistics =0.4.1 - numpy =1.26.2 - pandas =2.1.4 From e16ead0790c03a4b3506889ce2e504139582e7e3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 9 Jan 2024 06:31:10 +0100 Subject: [PATCH 3/4] Update environment.yml --- .ci_support/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 610c960..bbade32 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,8 +6,8 @@ dependencies: - codacy-coverage - ipywidgets =8.1.1 - pyiron_base =0.6.20 -- pyiron_atomistics =0.4.1 -- numpy =1.26.2 +- pyiron_atomistics =0.4.4 +- numpy =1.26.3 - pandas =2.1.4 - matplotlib-base =3.8.2 - nbconvert =7.13.1 From 6a7b8412daf9ade250a76eb0f8d52f75eb7e6bd1 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 9 Jan 2024 06:31:53 +0100 Subject: [PATCH 4/4] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 75e82a7..f58ea25 100644 --- a/setup.py +++ b/setup.py @@ -33,12 +33,12 @@ packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ 'pyiron_base==0.6.20', - 'pyiron_atomistics==0.4.1', + 'pyiron_atomistics==0.4.4', 'ipywidgets==8.1.1', 'matplotlib==3.8.2', 'nbconvert==7.13.1', 'nbformat==5.9.2', - 'numpy==1.26.2', + 'numpy==1.26.3', 'pandas==2.1.4', ], cmdclass=versioneer.get_cmdclass(),