From 5a67ef4cf507a746a444ca347b9c7fda9bbc8f61 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 Jan 2026 01:43:59 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.9 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 e293680..c8dfc8e 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -6,4 +6,4 @@ NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19" [compat] DataGraphs = "0.2.6" Graphs = "1.12" -NamedGraphs = "0.6.5, 0.7, 0.8" +NamedGraphs = "0.6.5, 0.7, 0.8, 0.9"