From d361ae1c6a1263ae35cfa8153eb0a58b5047ae71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 18:56:06 +0000 Subject: [PATCH] Bump dask from 0.18.2 to 2021.10.0 Bumps [dask](https://github.com/dask/dask) from 0.18.2 to 2021.10.0. - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/dask/compare/0.18.2...2021.10.0) --- updated-dependencies: - dependency-name: dask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f15abc0..561aa4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ cryptography>=2.3 cycler==0.10.0 Cython==0.28.3 cytoolz==0.9.0.1 -dask==0.18.2 +dask==2021.10.0 dask-glm==0.1.0 dask-ml==0.7.0 dask-xgboost==0.1.5 diff --git a/setup.py b/setup.py index 7305c7b..f13292b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'cryptography', 'Cython==0.28.3', 'cytoolz==0.9.0.1', -'dask==0.18.2', +'dask==2021.10.0', 'dask-glm==0.1.0', 'dask-ml==0.7.0', 'dask-xgboost==0.1.5', @@ -61,7 +61,7 @@ 'urllib3>=1.24.2', 'welly==0.3.5', 'xgboost==0.72.1', -'dask==0.18.2', +'dask==2021.10.0', 'dask-glm==0.1.0', 'dask-ml==0.7.0', 'dask-xgboost==0.1.5',