From c6560d3c5672cafc61a9733fc03fdf5111cb164c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 18:59:57 +0000 Subject: [PATCH] Bump dask from 2.11.0 to 2021.10.0 Bumps [dask](https://github.com/dask/dask) from 2.11.0 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/2.11.0...2021.10.0) --- updated-dependencies: - dependency-name: dask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0f1f5b..d818d33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ networkx==2.4 loompy==2.0.16 numcodecs==0.6.3 # 0.6.4 not working on MacOS: https://github.com/napari/napari/issues/665 zarr==2.3.2 -dask==2.11.0 +dask==2021.10.0 toolz==0.9.0 fsspec==0.3.3 tifffile==2020.2.16