From 14b5c5ac8f208c1a30824b9b6dae1995362c2116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:02:13 +0000 Subject: [PATCH] Update SparseBandedMatrices requirement to 1.3.1 Updates the requirements on [SparseBandedMatrices](https://github.com/SciML/SparseBandedMatrices.jl) to permit the latest version. Updates `SparseBandedMatrices` to 1.3.1 - [Release notes](https://github.com/SciML/SparseBandedMatrices.jl/releases) - [Commits](https://github.com/SciML/SparseBandedMatrices.jl/compare/v0.1.0...v1.3.1) --- updated-dependencies: - dependency-name: SparseBandedMatrices dependency-version: 1.3.1 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 7b879b5..5fc0421 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -14,5 +14,6 @@ Aqua = "0.8" JET = "0.9, 0.10, 0.11" SafeTestsets = "0.1" SciMLTesting = "1.6" +SparseBandedMatrices = "1.3.1" Test = "1" julia = "1.10"