From c5052ad96b60af8e63fa9fb03acc9989c87250bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:28:20 +0000 Subject: [PATCH] Bump distributed from 2024.12.0 to 2024.12.1 in /requirements Bumps [distributed](https://github.com/dask/distributed) from 2024.12.0 to 2024.12.1. - [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.12.0...2024.12.1) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:production update-type: version-update:semver-patch ... 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 b956648e..adec21f2 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.12.0 # https://github.com/dask/distributed -distributed==2024.12.0 +distributed==2024.12.1 # https://msgpack.org/ TO BE ALIGNED WITH SCHEDULER msgpack==1.1.0 # https://github.com/python-lz4/python-lz4