From 339cec5d669132411d8cefe6efa15f3fddb36bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:54:36 +0000 Subject: [PATCH 1/9] Bump pyiron-base from 0.10.1 to 0.10.9 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.10.1 to 0.10.9. - [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.10.1...pyiron_base-0.10.9) --- 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 2d7cea387..acba0518a 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'matplotlib==3.9.2', 'numpy==1.26.4', 'pyiron_snippets==0.1.3', - 'pyiron_base==0.10.1', + 'pyiron_base==0.10.9', 'scipy==1.14.1', 'seaborn==0.13.2', 'pyparsing==3.1.4', From 203a064163b16f1add702416da6e737f48c0c062 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 2 Dec 2024 11:54:56 +0000 Subject: [PATCH 2/9] [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 0e7e9485f..7449c7009 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - codacy-coverage - matplotlib-base =3.9.2 - numpy =1.26.4 -- pyiron_base =0.10.1 +- pyiron_base =0.10.9 - pyiron_atomistics =0.6.12 - pyiron_snippets =0.1.3 - pyparsing =3.1.4 From 43a38a90107a7ace63f9735278bb5b5ec9076689 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 2 Dec 2024 11:55:17 +0000 Subject: [PATCH 3/9] [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 6bb05bfcd..f6e51205d 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -7,7 +7,7 @@ dependencies: - codacy-coverage - matplotlib-base =3.9.2 - numpy =1.26.4 -- pyiron_base =0.10.1 +- pyiron_base =0.10.9 - pyiron_atomistics =0.6.12 - pyiron_snippets =0.1.3 - pyparsing =3.1.4 diff --git a/docs/environment.yml b/docs/environment.yml index 79ad2a589..98467058a 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -13,7 +13,7 @@ dependencies: - codacy-coverage - matplotlib-base =3.9.2 - numpy =1.26.4 -- pyiron_base =0.10.1 +- pyiron_base =0.10.9 - pyiron_atomistics =0.6.12 - pyiron_snippets =0.1.3 - pyparsing =3.1.4 From fb6c3be355d7a00c54f40b1dc5d5961637fe25f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:02:08 +0000 Subject: [PATCH 4/9] Bump distributed from 2024.8.0 to 2024.12.1 Bumps [distributed](https://github.com/dask/distributed) from 2024.8.0 to 2024.12.1. - [Release notes](https://github.com/dask/distributed/releases) - [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/2024.8.0...2024.12.1) --- updated-dependencies: - dependency-name: distributed 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 2d7cea387..8c420e6cd 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ 'moto==5.0.16' ], 'tinybase': [ - 'distributed==2024.8.0', + 'distributed==2024.12.1', 'pymatgen==2024.9.17.1', 'pympipool==0.8.4', 'h5io_browser==0.1.1', From 11d071cd375b573ad89239e587a8d23365e8273a Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 23 Dec 2024 11:02:24 +0000 Subject: [PATCH 5/9] [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 0e7e9485f..c5ce9bf3a 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -18,6 +18,6 @@ dependencies: - boto3 =1.35.14 - moto =5.0.16 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.12.1 - h5io_browser =0.1.1 - pymatgen =2024.9.17.1 From 6ca6005280afc811cd2d3cb6f5013fe5dcdd53f6 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 23 Dec 2024 11:02:42 +0000 Subject: [PATCH 6/9] [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 6bb05bfcd..63b474e15 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -18,7 +18,7 @@ dependencies: - boto3 =1.35.14 - moto =5.0.16 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.12.1 - h5io_browser =0.1.1 - pymatgen =2024.9.17.1 - python >= 3.10 diff --git a/docs/environment.yml b/docs/environment.yml index 79ad2a589..a6c7e8013 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -24,6 +24,6 @@ dependencies: - boto3 =1.35.14 - moto =5.0.16 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.12.1 - h5io_browser =0.1.1 - pymatgen =2024.9.17.1 From d67c0f524423865397964fbc582bae2b1aacb8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:55:30 +0000 Subject: [PATCH 7/9] Bump boto3 from 1.35.14 to 1.35.90 Bumps [boto3](https://github.com/boto/boto3) from 1.35.14 to 1.35.90. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.14...1.35.90) --- updated-dependencies: - dependency-name: boto3 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 2d7cea387..a14ada27b 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ], 'image': ['scikit-image==0.24.0'], 'generic': [ - 'boto3==1.35.14', + 'boto3==1.35.90', 'moto==5.0.16' ], 'tinybase': [ From c353a61dbd1a2b3d384bb59a16d5870706252713 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 30 Dec 2024 11:55:49 +0000 Subject: [PATCH 8/9] [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 0e7e9485f..17fed8f22 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -15,7 +15,7 @@ dependencies: - seaborn =0.13.2 - scikit-image =0.24.0 - randspg =0.0.1 -- boto3 =1.35.14 +- boto3 =1.35.90 - moto =5.0.16 - aws-sam-translator =1.77.0 - distributed =2024.8.0 From 94b9421419744d6e0311bcbd7b9df295ccb62a22 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 30 Dec 2024 11:56:12 +0000 Subject: [PATCH 9/9] [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 6bb05bfcd..4b27f0599 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -15,7 +15,7 @@ dependencies: - seaborn =0.13.2 - scikit-image =0.24.0 - randspg =0.0.1 -- boto3 =1.35.14 +- boto3 =1.35.90 - moto =5.0.16 - aws-sam-translator =1.77.0 - distributed =2024.8.0 diff --git a/docs/environment.yml b/docs/environment.yml index 79ad2a589..6fabc2306 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -21,7 +21,7 @@ dependencies: - seaborn =0.13.2 - scikit-image =0.24.0 - randspg =0.0.1 -- boto3 =1.35.14 +- boto3 =1.35.90 - moto =5.0.16 - aws-sam-translator =1.77.0 - distributed =2024.8.0