From 5748d4d51323aa5ff32f5de573b4162600fd91f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:15:57 +0000 Subject: [PATCH] Chore(deps): update ibis-framework requirement from >=8.0.0 to >=12.0.0 Updates the requirements on [ibis-framework](https://github.com/ibis-project/ibis) to permit the latest version. - [Release notes](https://github.com/ibis-project/ibis/releases) - [Changelog](https://github.com/ibis-project/ibis/blob/main/docs/release_notes_generated.qmd) - [Commits](https://github.com/ibis-project/ibis/compare/8.0.0...12.0.0) --- updated-dependencies: - dependency-name: ibis-framework dependency-version: 12.0.0 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 5503093..9e2bbd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "plotly>=5.0.0", "jupyterlab>=4.4.10", "duckdb>=1.0.0", - "ibis-framework>=8.0.0", + "ibis-framework>=12.0.0", "polars>=1.0.0", ]