From cdbcba7a0b795df506c6fcc24cccf8e06a27e544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 21:57:10 +0000 Subject: [PATCH] Bump distributed from 1.21.6 to 2021.10.0 in /2018/daskvsspark Bumps [distributed](https://github.com/dask/distributed) from 1.21.6 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/1.21.6...2021.10.0) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2018/daskvsspark/requirements-dask.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2018/daskvsspark/requirements-dask.txt b/2018/daskvsspark/requirements-dask.txt index 21ce030..80eeffc 100644 --- a/2018/daskvsspark/requirements-dask.txt +++ b/2018/daskvsspark/requirements-dask.txt @@ -1,5 +1,5 @@ dask==0.17.2 -distributed==1.21.6 +distributed==2021.10.0 bokeh==0.12.15 # for UI fastparquet==0.1.5 # for parquet python-snappy==0.5.2 # for snappy compression in parquet