From d8cbb1f893ab7f84def3051bb7a379ed65be978e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:52:42 +0000 Subject: [PATCH] Update dask requirement from <=2023.11.0,>=2020 to >=2020,<=2023.12.1 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.12.1) --- 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 80511b20..25760666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ influxdb = [ ] io = [ "cr8", - "dask>=2020,<=2023.11.0", + "dask>=2020,<=2023.12.1", "pandas<3,>=1", ] mongodb = [