From 6be92aca9d11bbe9c4fe27dc58b628f56825821c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 02:05:13 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3 for package benchmark, (keep existing compat) --- benchmark/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/Project.toml b/benchmark/Project.toml index 58f82f89f..5af684784 100644 --- a/benchmark/Project.toml +++ b/benchmark/Project.toml @@ -19,8 +19,8 @@ ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" -[sources] -NetworkDynamics = {path = ".."} +[sources.NetworkDynamics] +path = ".." [compat] AbstractTrees = "0.4.5" @@ -33,7 +33,7 @@ Makie = "0.24" NetworkDynamics = "≥0.0.1" OrderedCollections = "1.7.0" PkgBenchmark = "0.2.12" -PrettyTables = "2.4.0" +PrettyTables = "2.4.0, 3" ProgressMeter = "1.10.2" SciMLBase = "≥0.0.1" StableRNGs = "1.0.2"