From 5e56e711e1f7dc703352312a59e5e09238c49c31 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 Jan 2026 01:42:44 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.9, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 54865da..57bd436 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DataGraphs" uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" +version = "0.2.14" authors = ["Matthew Fishman and contributors"] -version = "0.2.13" [deps] Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" @@ -19,7 +19,7 @@ DataGraphsGraphsFlowsExt = "GraphsFlows" Dictionaries = "0.4" Graphs = "1" GraphsFlows = "0.1.1" -NamedGraphs = "0.8.2" +NamedGraphs = "0.8.2, 0.9" SimpleTraits = "0.9" julia = "1.7"