From bc067a9d93a7a073143cc7d82debefd8d796ae19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:58:53 +0000 Subject: [PATCH] CompatHelper: bump compat for "PrettyTables" to "3.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d99eec4..4c437ff 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" CategoricalArrays = "0.8, 0.9, 0.10, 1" ColorTypes = "0.9, 0.10, 0.11, 0.12" Distributions = "0.25.1" -PrettyTables = "1, 2" +PrettyTables = "1, 2, 3.0" Reexport = "1.2" ScientificTypesBase = "3.0" StatisticalTraits = "3.0"