From ee6f6469c081b59d22047874d9bdea5ee003c72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:00:51 +0000 Subject: [PATCH] pip prod(deps): update distributed requirement from <2022.13 to <2023.2 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...2023.1.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 6354fb329e..a5da46a11e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ codecov multidict anytree>=2.4.3,<=2.8 pyrevolve>=2.1.3 -distributed<2022.13 +distributed<2023.2 pytest>=3.6,<8.0 pytest-runner pytest-cov