From 5b082da8b1774042fff3f22e05e5fc85012bb04f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:34:32 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables in [weakdeps] to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0458812..4d13622 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ Accessors = "0.1.36" Aqua = "0.8" ArrayInterface = "7.9" Pkg = "1" -PrettyTables = "2.4.0" +PrettyTables = "2.4.0, 3" RuntimeGeneratedFunctions = "0.5.12" SafeTestsets = "0.0.1" StaticArrays = "1.9"