From f86f466056f65c12ce52cb78b745f9d744d6478d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 10:01:27 +0000 Subject: [PATCH] Update dask requirement from ~=2021.9.1 to ~=2022.12.0 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.0) --- 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..32eb02e 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.0 dominate~=2.6.0 flake8 flask~=2.0.2