From 87a813322efc428af96412be4be0aa7f6f3cad69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:37:06 +0000 Subject: [PATCH] chore(deps): update great-tables requirement from >=0.15.0 to >=0.21.0 Updates the requirements on [great-tables](https://github.com/posit-dev/great-tables) to permit the latest version. - [Release notes](https://github.com/posit-dev/great-tables/releases) - [Commits](https://github.com/posit-dev/great-tables/compare/v0.15.0...v0.21.0) --- updated-dependencies: - dependency-name: great-tables dependency-version: 0.21.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 3a945ed..808f716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "duckdb>=1.1.3", - "great-tables>=0.15.0", + "great-tables>=0.21.0", "ipykernel>=6.29.5", "jupyter>=1.1.1", "jupytext>=1.17.2",