From 8fe07d6ca1b46630f6d15b15c78407847dcfc2cf Mon Sep 17 00:00:00 2001
From: CompatHelper Julia <compathelper_noreply@julialang.org>
Date: Sat, 25 May 2024 00:18:43 +0000
Subject: [PATCH] CompatHelper: add new compat entry for GraphViz in [weakdeps]
 at version 0.2, (keep existing compat)

---
 Project.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index 2d498813f..7c4fb6890 100644
--- a/Project.toml
+++ b/Project.toml
@@ -26,6 +26,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
 
 [compat]
 DataStructures = "0.18"
+GraphViz = "0.2"
 Graphs = "1"
 MacroTools = "0.5"
 MemPool = "0.4.6"
@@ -40,8 +41,8 @@ TimespanLogging = "0.1"
 julia = "1.8"
 
 [extensions]
-GraphVizSimpleExt = "Colors"
 GraphVizExt = "GraphViz"
+GraphVizSimpleExt = "Colors"
 PlotsExt = ["DataFrames", "Plots"]
 
 [extras]