From 17e996f358bbea39113c3b35964dd1c042bcf128 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 9 Sep 2026 03:57:19 +0000 Subject: [PATCH] CompatHelper: bump compat for DataGraphs to 0.6 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 02720e7..948d3e4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -28,7 +28,7 @@ path = ".." [compat] AlgorithmsInterface = "0.1" Aqua = "0.8.14" -DataGraphs = "0.5" +DataGraphs = "0.5, 0.6" Dictionaries = "0.4.5" GradedArrays = "0.16" Graphs = "1.13.1"