From ec0ab78f4114770085ac084ab5e846faea95c32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:31:46 +0000 Subject: [PATCH] pip prod(deps): update distributed requirement from <2021.2 to <2022.10 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/main/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/1.1.0...2022.9.0) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b4f69dfc8..ca56cde360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ codecov multidict anytree>=2.4.3 pyrevolve>=2.1.3 -distributed<2021.2 +distributed<2022.10 pytest>=3.6,<7.0 pytest-runner pytest-cov \ No newline at end of file