From b88eec878fc34cab7631c859efb6abc5abbd8cb7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:53:31 +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 ccd1719..51292a2 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ MathOptInterface = "1.40.2" MetaGraphsNext = "0.7" OpenDSSDirect = "=0.9.9" Parameters = "0.12" -PrettyTables = "2.4.0" +PrettyTables = "2.4.0, 3" YAML = "0.4" julia = "1"