From 35d440120e47c3f7f02bcb9524ce55a1eb6a8931 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Mar 2023 00:21:14 +0000 Subject: [PATCH] CompatHelper: bump compat for DashBase to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6fe0e64..57cfa38 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] Aqua = "0.6" CodecZlib = "0.6, 0.7" -DashBase = "0.1" +DashBase = "0.1, 0.2" DashCoreComponents = "2.0.0" DashHtmlComponents = "2.0.0" DashTable = "5.0.0"