From 2f7b06681fd915ae65ce9d889d5edde7db149ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:49:07 +0000 Subject: [PATCH] Bump distributed from 2024.9.1 to 2024.11.2 in /requirements Bumps [distributed](https://github.com/dask/distributed) from 2024.9.1 to 2024.11.2. - [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.2) --- 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..d11b2baf 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.2 # https://msgpack.org/ TO BE ALIGNED WITH SCHEDULER msgpack==1.1.0 # https://github.com/python-lz4/python-lz4