From ffbd6a6ea029e8150e3cf4797af800c74ac1294f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:17:39 +0000 Subject: [PATCH] Update LinearSolve requirement from 3.61, 4.2 to 3.61, 4.2, 5.0 Updates the requirements on [LinearSolve](https://github.com/SciML/LinearSolve.jl) to permit the latest version. Updates `LinearSolve` to 5.0.0 - [Release notes](https://github.com/SciML/LinearSolve.jl/releases) - [Commits](https://github.com/SciML/LinearSolve.jl/commits/v5.0.0) --- updated-dependencies: - dependency-name: LinearSolve dependency-version: 5.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dc1afad..5f656f4 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ ConcreteStructs = "0.2" FillArrays = "1.13" ForwardDiff = "1" GPUArraysCore = "0.2" -LinearSolve = "3.61, 4.2" +LinearSolve = "3.61, 4.2, 5.0" NNlib = "0.9.34" NonlinearSolve = "4.12" PATHSolver = "1.4"