From 98a2547a2c52b7572f8d56df01087f2e2a037bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:01:08 +0000 Subject: [PATCH] Update dask requirement from ~=2021.9.1 to ~=2023.1.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...2023.1.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..1795e31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Sphinx awscli click~=8.0.3 coverage -dask~=2021.9.1 +dask~=2023.1.1 dominate~=2.6.0 flake8 flask~=2.0.2