From b054da83673046c73df5fa055445667746c53e18 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Wed, 22 Apr 2026 23:09:37 -0400 Subject: [PATCH] Bump compat for NamedGraphs to 0.11 --- Project.toml | 4 ++-- examples/Project.toml | 2 +- test/Project.toml | 2 +- 3 files changed, 4 insertions(+), 4 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" diff --git a/examples/Project.toml b/examples/Project.toml index 44b4e85..c156b68 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -9,4 +9,4 @@ path = ".." [compat] DataGraphs = "0.3" Graphs = "1.12" -NamedGraphs = "0.10" +NamedGraphs = "0.10, 0.11" diff --git a/test/Project.toml b/test/Project.toml index c3279fc..4bc6ff5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,7 +20,7 @@ Dictionaries = "0.4.4" Graphs = "1.12" GraphsFlows = "0.1.1" ITensorPkgSkeleton = "0.3.42" -NamedGraphs = "0.10" +NamedGraphs = "0.10, 0.11" SafeTestsets = "0.1" Suppressor = "0.2.8" Test = "1.10"