From f5bbf4e89471343aedfbd06580f99c306005deee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:41:49 +0000 Subject: [PATCH] Bump dask[array,distributed] from 2024.8.2 to 2024.9.0 Bumps [dask[array,distributed]](https://github.com/dask/dask) from 2024.8.2 to 2024.9.0. - [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.8.2...2024.9.0) --- updated-dependencies: - dependency-name: dask[array,distributed] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ee51044..87c0cffc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ xarray==2024.3.0 pandas==2.2.2 numpy==1.26.4 matplotlib==3.9.2 -dask[array, distributed]==2024.8.2 +dask[array, distributed]==2024.9.0 requests==2.32.3 statsmodels==0.14.2 pytest==8.3.2