From 0319fcae97c4be3cdbe2def5699f9b483ea86f22 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 02:06:32 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b0f2915..81e1c25 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ DataFramesMeta = "0.15.4" Dates = "1.11.0" DuckDB = "1.2.2" Infiltrator = "1.9.1" -PrettyTables = "2.3.1" +PrettyTables = "2.3.1, 3" PyCall = "1.96.4" RCall = "0.14.8" REPL = "1.11.0"