From 0c98949b74bfc270eb6eeb8734b57200be96c760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 15:03:14 +0000 Subject: [PATCH] Update dependency distributed to >=2026.8.0,<2026.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c717c4..735e36b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "numba>=0.65.1,<0.70", "dask>=2026.1.2,<2026.2.0", "dask-jobqueue>=0.9.0,<0.10", - "distributed>=2026.1.2,<2026.2.0", + "distributed>=2026.8.0,<2026.9.0", ] [project.urls]