From 7a45ae4a4f152c02d3fc009068f67e6d23032a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:34:45 +0000 Subject: [PATCH] Update SparseArrays requirement to 1.10 Updates the requirements on SparseArrays to permit the latest version. --- updated-dependencies: - dependency-name: SparseArrays dependency-version: dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index c03ed66..f63f3d9 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ ArrayInterface = "7" BandedMatrices = "1" BlockBandedMatrices = "0.13" Setfield = "1" +SparseArrays = "1.10" StaticArrays = "1.0" julia = "1.10"