From 0579380b3f668239a83bff3f94102176af60d118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:51:24 +0000 Subject: [PATCH] chore(deps): update great-tables requirement 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.10.0...v0.12.0) --- updated-dependencies: - dependency-name: great-tables 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 0f12039..3067ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "ibis-framework>=9.3.0,<10", "polars>=1.4.1,<2", "pandas>=2.2.2,<3", - "great-tables>=0.10.0,<0.12", + "great-tables>=0.10.0,<0.13", "matplotlib>=3.9.1.post1,<4", "numpy>=2.0.1,<3", "causaldata>=0.1.4,<0.2",