From 57e5e2d1d5393209d1b32f8fdf502c88a5a7c6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:43:08 +0000 Subject: [PATCH] Build(deps): Update dask requirement in /by-dataframe/dask Updates the requirements on [dask](https://github.com/dask/dask) to permit the latest version. - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/dask/compare/2026.3.0...2026.7.0) --- updated-dependencies: - dependency-name: dask dependency-version: 2026.7.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..7ff57b18 100644 --- a/by-dataframe/dask/requirements.txt +++ b/by-dataframe/dask/requirements.txt @@ -1,6 +1,6 @@ click<9 colorlog<7 -dask[dataframe]>=2026.3.0 # Python 3.11.9 breaks previous Dask +dask[dataframe]>=2026.7.0 # Python 3.11.9 breaks previous Dask distributed>=2026.3.0 # Python 3.11.9 breaks previous Dask pandas<3.1 pueblo>=0.0.18