From c5cbe6263ba8d3d73b68b0da1465f1c37f05abca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:55:24 +0000 Subject: [PATCH] deps(deps-dev): update dask requirement 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/2023.10.0...2026.6.0) --- updated-dependencies: - dependency-name: dask dependency-version: 2026.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95e341d..59c2e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ temporal = [ "statsmodels>=0.14.0,<1.0.0", ] dask = [ - "dask[complete]>=2023.10.0,<2026.0.0", + "dask[complete]>=2023.10.0,<2027.0.0", ] ray = [ "ray[default]>=2.8.0,<3.0.0",