From 62f0707ef0aaa275b5371f70337bdb43065b0840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:54:50 +0000 Subject: [PATCH] Update dask[dataframe] requirement in /by-dataframe/dask Updates the requirements on [dask[dataframe]](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/0.2.0...2024.4.1) --- updated-dependencies: - dependency-name: dask[dataframe] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- by-dataframe/dask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/by-dataframe/dask/requirements.txt b/by-dataframe/dask/requirements.txt index a85ac07a..cfdb9ab9 100644 --- a/by-dataframe/dask/requirements.txt +++ b/by-dataframe/dask/requirements.txt @@ -1,5 +1,5 @@ click<9 colorlog<7 crate[sqlalchemy] -dask[dataframe]<=2024.3.1 +dask[dataframe]<=2024.4.1 pueblo>=0.0.7