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 1/3] 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 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 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 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 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