From 5238ebe2d005b396102b997b27438d8b7304fb75 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 02:48:36 +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"