From 7506626923c563f36058abfcde16e9e25fdcc1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:23:07 +0000 Subject: [PATCH 1/3] Bump distributed from 2023.12.1 to 2024.1.1 Bumps [distributed](https://github.com/dask/distributed) from 2023.12.1 to 2024.1.1. - [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/2023.12.1...2024.1.1) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41583c6f2..88b69020b 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'moto==4.2.13' ], 'tinybase': [ - 'distributed==2023.12.1', + 'distributed==2024.1.1', 'pympipool==0.7.9', 'h5io_browser==0.0.6', ] From 3ba6f890428329b3e48fd5a6f94ec268830cec1d Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Fri, 2 Feb 2024 22:23:23 +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 5e14f4237..a73c7758c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -19,5 +19,5 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.9 -- distributed =2023.12.1 +- distributed =2024.1.1 - h5io_browser =0.0.6 From 8d70a20e79ba49f4019571626e185f50c8daf332 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Fri, 2 Feb 2024 22:23:41 +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 d3692d1d6..68e0f3b21 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.12.1 +- distributed =2024.1.1 - h5io_browser =0.0.6 - python >= 3.10 - lammps diff --git a/docs/environment.yml b/docs/environment.yml index e1298273c..71c49bc21 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -24,5 +24,5 @@ dependencies: - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.9 -- distributed =2023.12.1 +- distributed =2024.1.1 - h5io_browser =0.0.6