From cc33f822f47195a0b882b05ba36027e9655de024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 21:57:39 +0000 Subject: [PATCH] Bump distributed from 1.22.0 to 2021.10.0 Bumps [distributed](https://github.com/dask/distributed) from 1.22.0 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.22.0...2021.10.0) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f15abc0..e8fa563 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ dask-glm==0.1.0 dask-ml==0.7.0 dask-xgboost==0.1.5 decorator==4.3.0 -distributed==1.22.0 +distributed==2021.10.0 entrypoints==0.2.3 folium==0.5.0 hdbscan==0.8.15 diff --git a/setup.py b/setup.py index 7305c7b..a8b5a17 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'dask-ml==0.7.0', 'dask-xgboost==0.1.5', 'decorator==4.3.0', -'distributed==1.22.0', +'distributed==2021.10.0', 'folium==0.5.0', 'lasio==0.21', 'matplotlib==2.2.2', @@ -66,7 +66,7 @@ 'dask-ml==0.7.0', 'dask-xgboost==0.1.5', 'decorator==4.3.0', -'distributed==1.22.0', +'distributed==2021.10.0', 'entrypoints==0.2.3', 'ipykernel==4.8.2', 'ipython==6.4.0',