From 88d2fb005067a433f14851f40d9ee366fe4a7a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:12:00 +0000 Subject: [PATCH] Bump distributed from 2024.9.1 to 2024.11.0 in /requirements Bumps [distributed](https://github.com/dask/distributed) from 2024.9.1 to 2024.11.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.11.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..402672e0 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.11.0 # https://msgpack.org/ TO BE ALIGNED WITH SCHEDULER msgpack==1.1.0 # https://github.com/python-lz4/python-lz4