From d61da22927ff058333adeec5066f352adce4215c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:01:36 +0000 Subject: [PATCH] Update dask requirement from ~=2021.9.1 to ~=2022.12.1 Updates the requirements on [dask](https://github.com/dask/dask) to permit the latest version. - [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/2021.09.1...2022.12.1) --- updated-dependencies: - dependency-name: dask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44b4dac..bd3e7e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Sphinx awscli click~=8.0.3 coverage -dask~=2021.9.1 +dask~=2022.12.1 dominate~=2.6.0 flake8 flask~=2.0.2