From 2b40b0b4f3d06afdb19e4c85135142ae71f8d5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 03:42:45 +0000 Subject: [PATCH] Build(deps): Update distributed requirement in /by-dataframe/dask Updates the requirements on [distributed](https://github.com/dask/distributed) to permit the latest version. - [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/2026.3.0...2026.6.0) --- updated-dependencies: - dependency-name: distributed dependency-version: 2026.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- by-dataframe/dask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/by-dataframe/dask/requirements.txt b/by-dataframe/dask/requirements.txt index fa6b1b71..6e808a02 100644 --- a/by-dataframe/dask/requirements.txt +++ b/by-dataframe/dask/requirements.txt @@ -1,7 +1,7 @@ click<9 colorlog<7 dask[dataframe]>=2026.3.0 # Python 3.11.9 breaks previous Dask -distributed>=2026.3.0 # Python 3.11.9 breaks previous Dask +distributed>=2026.6.0 # Python 3.11.9 breaks previous Dask pandas<3.1 pueblo>=0.0.18 sqlalchemy-cratedb>=0.42.0