From 5b7e85bbb30b179356a1284bc4833629ee9d0bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 06:12:35 +0000 Subject: [PATCH] pip prod(deps): update distributed requirement from <2.31 to <2020.13 Updates the requirements on [distributed](https://github.com/dask/distributed) to permit the latest version. - [Release notes](https://github.com/dask/distributed/releases) - [Changelog](https://github.com/dask/distributed/blob/master/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/1.1.0...2020.12.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b36d4ff6c3..138a6134af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ pytest-cov multidict anytree>=2.4.3 pyrevolve>=2.1.3 -distributed<2.31 +distributed<2020.13