From 9748b8b1f8f7cee860a8281d8c8bd986b08192fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 18:54:37 +0000 Subject: [PATCH] Bump dask from 2.8.1 to 2021.10.0 in /minimal-notebook Bumps [dask](https://github.com/dask/dask) from 2.8.1 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.8.1...2021.10.0) --- updated-dependencies: - dependency-name: dask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- minimal-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-notebook/requirements.txt b/minimal-notebook/requirements.txt index 1e76c3bd..a695d853 100644 --- a/minimal-notebook/requirements.txt +++ b/minimal-notebook/requirements.txt @@ -3,7 +3,7 @@ jupyterhub==1.0.0 jupyterlab==1.2.3 jupyter_kernel_gateway==2.4.0 dask<2.7.0; python_version < "3.6" -dask==2.8.1; python_version >= "3.6" +dask==2021.10.0; python_version >= "3.6" distributed<2.7.0; python_version < "3.6" distributed==2.8.1; python_version >= "3.6" tornado<6.0.0; python_version < "3.6"