From a5237b02f328e0d964f18ecd510ff928d0f016d8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Aug 2023 01:24:32 +0000 Subject: [PATCH] CompatHelper: bump compat for XLSX to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 68ecaaa..49e6d43 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ PyCall = "1.90" TableShowUtils = "0.2" TableTraits = "0.3.1, 0.4, 1" TableTraitsUtils = "0.3, 0.4, 1" -XLSX = "0.4.1, 0.5, 0.6, 0.7, 0.8, 0.9" +XLSX = "0.4.1, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10" julia = "1" [extras]