From 7653a4989b43436d522ce1763a1ea7c810f5acd2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Apr 2026 02:30:08 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.11 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 c3279fc..4bc6ff5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,7 +20,7 @@ Dictionaries = "0.4.4" Graphs = "1.12" GraphsFlows = "0.1.1" ITensorPkgSkeleton = "0.3.42" -NamedGraphs = "0.10" +NamedGraphs = "0.10, 0.11" SafeTestsets = "0.1" Suppressor = "0.2.8" Test = "1.10"