From 3d7be8a62b442d777bcbdb26de9b6d1dd9a1a256 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Apr 2026 02:29:26 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.11 for package examples, (keep existing compat) --- examples/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"