From 4175fb4c230c8cc8f8319bee4e0e41de00390aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:26:14 +0000 Subject: [PATCH 1/3] Bump distributed from 2024.8.0 to 2024.8.2 Bumps [distributed](https://github.com/dask/distributed) from 2024.8.0 to 2024.8.2. - [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.8.2) --- updated-dependencies: - dependency-name: distributed 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 a112d55e9..627a82430 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ 'moto==5.0.14' ], 'tinybase': [ - 'distributed==2024.8.0', + 'distributed==2024.8.2', 'pymatgen==2024.7.18', 'pympipool==0.8.4', 'h5io_browser==0.1.1', From 308b2751c48d4e4804af0e836d85639f89fd9dc1 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 9 Sep 2024 20:28:11 +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 f07a8ec04..66fcf4fd8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -18,6 +18,6 @@ dependencies: - boto3 =1.35.14 - moto =5.0.14 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.8.2 - h5io_browser =0.1.1 - pymatgen =2024.7.18 From da84c9a32244571e36ff011b8c642278020d3d4f Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 9 Sep 2024 20:28:43 +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 d502f5db0..c322d93e7 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -18,7 +18,7 @@ dependencies: - boto3 =1.35.14 - moto =5.0.14 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.8.2 - h5io_browser =0.1.1 - pymatgen =2024.7.18 - python >= 3.10 diff --git a/docs/environment.yml b/docs/environment.yml index f0094b4b0..782f09681 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -24,6 +24,6 @@ dependencies: - boto3 =1.35.14 - moto =5.0.14 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.8.2 - h5io_browser =0.1.1 - pymatgen =2024.7.18