From 32a29f9e8b564cf0d04b37f38e306232cbecdbf2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 30 Sep 2025 01:01:45 +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 0994ccf..810a91f 100644 --- a/Project.toml +++ b/Project.toml @@ -25,5 +25,5 @@ EzXML = "1" LibGit2 = "1.10" OrderedCollections = "1" Pkg = "1.10" -PrettyTables = "0.12, 1.0, 2" +PrettyTables = "0.12, 1.0, 2, 3" julia = "1.10"