From 2a0502ac5f84c6248b923499103aa0e4c17e7f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:29:18 +0200 Subject: [PATCH] Bump getdaft from 0.2.27 to 0.2.29 (#269) Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.27 to 0.2.29. - [Release notes](https://github.com/Eventual-Inc/Daft/releases) - [Commits](https://github.com/Eventual-Inc/Daft/compare/v0.2.27...v0.2.29) --- updated-dependencies: - dependency-name: getdaft dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ce8178..6c993e9 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pdf = [ "fpdf2==2.7.9" ] daft = [ - "getdaft == 0.2.27" + "getdaft == 0.2.29" ] all = [ "cuallee[dev,pyspark,pyspark_connect,snowpark,pandas,bigquery,duckdb,polars,test,dagster,cloud,pdf,daft]"