From 641c953c80b039f277d0eed7719cf7cdc210d65c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 Jan 2026 01:44:38 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.9 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 2504a50..fb2c74c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,7 +15,7 @@ DataGraphs = "0.2.6" Dictionaries = "0.4.4" Graphs = "1.12" GraphsFlows = "0.1.1" -NamedGraphs = "0.8.2" +NamedGraphs = "0.8.2, 0.9" SafeTestsets = "0.1" Suppressor = "0.2.8" Test = "1.10"