From 77c432fa1c070c2f84a6ae3d3797a3873ed25e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:18:43 +0000 Subject: [PATCH] pip prod(deps): update distributed requirement from <2024.8 to <2024.9 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...2024.8.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 92e4bf3724..cdd0d30042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ click<9.0 multidict anytree>=2.4.3,<=2.12.1 pyrevolve>=2.1.3 -distributed<2024.8 +distributed<2024.9 pytest>=3.6,<9.0 pytest-runner pytest-cov