From 82a701b8929155cd93915127f1d941ec74d19404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:57:44 +0000 Subject: [PATCH] Bump dask[dataframe,distributed] from 2024.9.0 to 2024.9.1 Bumps [dask[dataframe,distributed]](https://github.com/dask/dask) from 2024.9.0 to 2024.9.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/2024.9.0...2024.9.1) --- updated-dependencies: - dependency-name: dask[dataframe,distributed] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54bb330..6d3e0af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "arch==7.1.0", "black==24.8.0", "bottleneck==1.4.0", - "dask[dataframe,distributed]==2024.9.0", + "dask[dataframe,distributed]==2024.9.1", "empyrical-reloaded==0.5.11", "exchange_calendars==4.5.6", "h5py==3.12.1",