From 0be6f94d4f3694db99b22e64ca35dfe311742332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:08:55 +0000 Subject: [PATCH] Update LinearSolve requirement 4.2 Updates the requirements on [LinearSolve](https://github.com/SciML/LinearSolve.jl) to permit the latest version. Updates `LinearSolve` to 4.2.0 - [Release notes](https://github.com/SciML/LinearSolve.jl/releases) - [Commits](https://github.com/SciML/LinearSolve.jl/commits) --- updated-dependencies: - dependency-name: LinearSolve dependency-version: 4.2.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 4ae482d..dc1afad 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" +LinearSolve = "3.61, 4.2" NNlib = "0.9.34" NonlinearSolve = "4.12" PATHSolver = "1.4"