From a27909f3cf3167b74f6dd2b74a0f6a28fd214010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:46:16 +0000 Subject: [PATCH] Bump distributed from 2024.9.1 to 2024.10.0 in /requirements Bumps [distributed](https://github.com/dask/distributed) from 2024.9.1 to 2024.10.0. - [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/2024.9.1...2024.10.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 db5ce7dc..78446c40 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -73,7 +73,7 @@ django-json-widget==2.0.1 # https://github.com/dask/dask dask==2024.9.1 # https://github.com/dask/distributed -distributed==2024.9.1 +distributed==2024.10.0 # https://msgpack.org/ TO BE ALIGNED WITH SCHEDULER msgpack==1.1.0 # https://github.com/python-lz4/python-lz4