From cae7d6f03a51b34e386e8bf4cc563902e9d982af Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Apr 2026 02:28:03 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.11, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 140c7af..a0faf87 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DataGraphs" uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" -version = "0.3.17" +version = "0.3.18" authors = ["Matthew Fishman and contributors"] [workspace] @@ -22,6 +22,6 @@ DataGraphsGraphsFlowsExt = "GraphsFlows" Dictionaries = "0.4" Graphs = "1" GraphsFlows = "0.1.1" -NamedGraphs = "0.10" +NamedGraphs = "0.10, 0.11" SimpleTraits = "0.9" julia = "1.7"