From c10a0ace498078032b60b9f3ca4309167e408766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:14:44 +0000 Subject: [PATCH 1/3] Bump distributed from 2023.11.0 to 2023.12.0 Bumps [distributed](https://github.com/dask/distributed) from 2023.11.0 to 2023.12.0. - [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/2023.11.0...2023.12.0) --- 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 97615e7f1..31f734a54 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'moto==4.2.11' ], 'tinybase': [ - 'distributed==2023.11.0', + 'distributed==2023.12.0', 'pympipool==0.7.9' ] }, From 71f3470d95bfdf63f5b24069de1db5edc56f97df Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 4 Dec 2023 14:15:02 +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 abee268ed..b56581f41 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -19,4 +19,4 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.9 -- distributed =2023.11.0 +- distributed =2023.12.0 From d6284795816139ec747445960d63c0ea15934ed7 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 4 Dec 2023 14:15:25 +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 1a164f4ac..c27da5873 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -19,7 +19,7 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.9 -- distributed =2023.11.0 +- distributed =2023.12.0 - python >= 3.10 - lammps - nglview >=3.0.8 diff --git a/docs/environment.yml b/docs/environment.yml index 0e62ccc13..96a3dbd16 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -21,4 +21,4 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.9 -- distributed =2023.11.0 +- distributed =2023.12.0