From dd6c0ea539d0c0f0f98ef699a737f183e78d5bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:34:42 +0000 Subject: [PATCH] Update LinearAlgebra requirement to 1.10 Updates the requirements on LinearAlgebra to permit the latest version. --- updated-dependencies: - dependency-name: LinearAlgebra 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..9575d66 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ FiniteDiffStaticArraysExt = "StaticArrays" ArrayInterface = "7" BandedMatrices = "1" BlockBandedMatrices = "0.13" +LinearAlgebra = "1.10" Setfield = "1" StaticArrays = "1.0" julia = "1.10"