From e7aa892ae569bd544d7cfdb52804ca9d42d97487 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Nov 2025 01:31:13 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.8 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 02fa78f..754f77f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,7 +15,7 @@ DataGraphs = "0.2.6" Dictionaries = "0.4.4" Graphs = "1.12.0" GraphsFlows = "0.1.1" -NamedGraphs = "0.6.6, 0.7.0" +NamedGraphs = "0.6.6, 0.7.0, 0.8" SafeTestsets = "0.1.0" Suppressor = "0.2.8" Test = "1.10.0"