From 2785843c2859362743473694ab9b1291dd5a6966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:54:48 +0000 Subject: [PATCH] Bump dask[array,distributed] from 2024.11.2 to 2024.12.0 Bumps [dask[array,distributed]](https://github.com/dask/dask) from 2024.11.2 to 2024.12.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.11.2...2024.12.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 ea6375e4..443b39d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ xarray==2024.3.0 pandas==2.2.3 numpy==1.26.4 matplotlib==3.9.3 -dask[array, distributed]==2024.11.2 +dask[array, distributed]==2024.12.0 requests==2.32.3 statsmodels==0.14.4 pytest==8.3.4