From 5f1a62d8cdd7c7d67f09bc2154584d5d28db4448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 18:57:57 +0000 Subject: [PATCH] Bump dask in /jupyterhub/openshift/scicat-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] --- jupyterhub/openshift/scicat-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/openshift/scicat-notebook/requirements.txt b/jupyterhub/openshift/scicat-notebook/requirements.txt index 64c19bf..4ff9072 100644 --- a/jupyterhub/openshift/scicat-notebook/requirements.txt +++ b/jupyterhub/openshift/scicat-notebook/requirements.txt @@ -3,7 +3,7 @@ jupyterhub==1.0.0 jupyterlab==1.2.21 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"