From 1a25dfe254f307d19f57a9fb49bf3b3a8e3372d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 04:24:54 +0000 Subject: [PATCH] Update dask requirement from <=2023.10.1,>=2020 to >=2020,<=2023.11.0 Updates the requirements on [dask](https://github.com/dask/dask) to permit the latest version. - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/dask/compare/2020.12.0...2023.11.0) --- updated-dependencies: - dependency-name: dask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 339e83d2..ef9e54a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ influxdb = [ ] io = [ "cr8", - "dask<=2023.10.1,>=2020", + "dask>=2020,<=2023.11.0", "pandas<3,>=1", ] mongodb = [