From 63318f1b72678c635c2d34d831dfbfe902f2db30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 21:57:08 +0000 Subject: [PATCH] Bump distributed from 2.8.1 to 2021.10.0 in /minimal-notebook Bumps [distributed](https://github.com/dask/distributed) from 2.8.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/2.8.1...2021.10.0) --- updated-dependencies: - dependency-name: distributed 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..cdaa3026 100644 --- a/minimal-notebook/requirements.txt +++ b/minimal-notebook/requirements.txt @@ -5,6 +5,6 @@ jupyter_kernel_gateway==2.4.0 dask<2.7.0; python_version < "3.6" dask==2.8.1; python_version >= "3.6" distributed<2.7.0; python_version < "3.6" -distributed==2.8.1; python_version >= "3.6" +distributed==2021.10.0; python_version >= "3.6" tornado<6.0.0; python_version < "3.6" tornado==6.0.3; python_version >= "3.6"