From a1f383a9da795da7d2f8910008a747d5fe1659ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:36:17 +0000 Subject: [PATCH] chore(deps): update dask[distributed] requirement Updates the requirements on [dask[distributed]](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/2024.4.2...2025.10.0) --- updated-dependencies: - dependency-name: dask[distributed] dependency-version: 2025.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52fa3b5eb7..8cfd05f5f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "dagster-polars<1.0.0,>=0.24.0", "dagster-postgres<1.0.0,>=0.24.0", "dagster-webserver<2.0.0,>=1.7.16", - "dask[distributed]>=2024.4.2,<2025.8.0", + "dask[distributed]>=2024.4.2,<2025.11.0", "dask-kubernetes>=2024.4.2,<2025.8.0", "discord-webhook<2.0.0,>=1.3.1", "dlt<2.0.0,>=1.3.0",