From db2bed3f1bd6307127d1d500c4e3e0300e54377b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 12:56:46 +0000 Subject: [PATCH] pip prod(deps): update distributed requirement from <2023.4 to <2023.5 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.4.1) --- 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 2a359c0568..e0feec0462 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ codepy>=2019.1 click<9.0 multidict anytree>=2.4.3,<=2.8 -distributed<2023.4 +distributed<2023.5