From 6199b29e4c62b79bf21d086e3520fe02cba54193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 23:18:12 +0000 Subject: [PATCH] Bump distributed from 2021.7.1 to 2021.10.0 Bumps [distributed](https://github.com/dask/distributed) from 2021.7.1 to 2021.10.0. - [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/2021.07.1...2021.10.0) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f5330d..34748aa 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ python_requires='>=3.6', install_requires=[ 'dask[complete]==2021.7.1', - 'distributed==2021.7.1', + 'distributed==2021.10.0', 'dask-mpi==2021.11.0', 'bokeh==2.4.3', 'pyarrow>=4.0.1',