From c56c35ee00a6fc2748eb33e3f1f8dad61124bb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:57:16 +0000 Subject: [PATCH] build(deps): bump dask from 2026.6.0 to 2026.7.1 Bumps [dask](https://github.com/dask/dask) from 2026.6.0 to 2026.7.1. - [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.6.0...2026.7.1) --- updated-dependencies: - dependency-name: dask dependency-version: 2026.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 466cbd7c..8668fa5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ benchmarks = [ "xarray==2026.4.0", "pandas==3.0.3", "polars==1.41.2", - "dask==2026.6.0", + "dask==2026.7.1", "pytest==9.1.1", "pytest-benchmark==5.2.3", "pytest-memray==1.9.0",