From c2ab5651b4ac8546ecf0ac038d23967796bba3ae Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 8 Sep 2022 00:57:03 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e33e5e31..6b5c7177 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ InvertedIndices = "1" IteratorInterfaceExtensions = "0.1.1, 1" Missings = "0.4.2, 1" PooledArrays = "1.2.1" -PrettyTables = "0.12, 1" +PrettyTables = "0.12, 1, 2" Reexport = "0.1, 0.2, 1" TableTraits = "0.4, 1" Tables = "1.2"