From 1dbeeebb2a337e8488c11b3b45411d7a4bf9590a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:27:02 +0000 Subject: [PATCH] Bump dask[array,distributed] from 2024.10.0 to 2024.11.1 Bumps [dask[array,distributed]](https://github.com/dask/dask) from 2024.10.0 to 2024.11.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.10.0...2024.11.1) --- 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 8e816c32..3c21a5fb 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.2 -dask[array, distributed]==2024.10.0 +dask[array, distributed]==2024.11.1 requests==2.32.3 statsmodels==0.14.4 pytest==8.3.3