From 3646452f73a7bd44c1267cf0c77d88408209295c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 21 Aug 2025 01:18:10 +0000 Subject: [PATCH] CompatHelper: bump compat for BlockSparseArrays to 0.10 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 4d10e6c..ac72b83 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,7 +17,7 @@ TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" [compat] Aqua = "0.8.11" BlockArrays = "1.6" -BlockSparseArrays = "0.8, 0.9" +BlockSparseArrays = "0.8, 0.9, 0.10" GradedArrays = "0.4" LinearAlgebra = "1.10" MatrixAlgebraKit = "0.2"