From fde4c4647aa21cba6dd54a0f8c0588c5eb8d2106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:28:23 +0000 Subject: [PATCH] Bump distributed from 2024.1.1 to 2024.2.0 in /requirements Bumps [distributed](https://github.com/dask/distributed) from 2024.1.1 to 2024.2.0. - [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/2024.1.1...2024.2.0) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index ce1fb098..4e42fcde 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -78,7 +78,7 @@ luqum==0.13.0 # https://github.com/dask/dask dask==2024.1.1 # https://github.com/dask/distributed -distributed==2024.1.1 +distributed==2024.2.0 # https://msgpack.org/ TO BE ALIGNED WITH SCHEDULER msgpack==1.0.7 # https://github.com/blosc/python-blosc