From 6d491ee2bf9cc0d6f70b6915c8dcbbee7211e0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:06:03 +0000 Subject: [PATCH] Update SparseBandedMatrices requirement to 1.3.0 Updates the requirements on [SparseBandedMatrices](https://github.com/SciML/SparseBandedMatrices.jl) to permit the latest version. Updates `SparseBandedMatrices` to 1.3.0 - [Release notes](https://github.com/SciML/SparseBandedMatrices.jl/releases) - [Commits](https://github.com/SciML/SparseBandedMatrices.jl/compare/v0.1.0...v1.3.0) --- updated-dependencies: - dependency-name: SparseBandedMatrices dependency-version: 1.3.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/qa/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 30f25fd..5885d6e 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -16,5 +16,6 @@ JET = "0.9, 0.10, 0.11" LinearAlgebra = "1" SafeTestsets = "0.1" SciMLTesting = "1" +SparseBandedMatrices = "1.3.0" Test = "1" julia = "1.10"