From 4ef6c1b2f15c4a098ca003a5d8c7d87c97fdfae9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 02:49:19 +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"