From 63cb4f105efa552c347df2f26829b4f1e6a97387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:07:09 +0200 Subject: [PATCH] Bump dask[dataframe,distributed] from 2024.9.0 to 2024.9.1 (#327) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f2afbe..cf2e7b1 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",