From 1bb761a21a15e2b4dce08c63a4f1b2b1b52eeafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:54:47 +0000 Subject: [PATCH] Update LinearSolve requirement 4.2 in the all-julia-packages group 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 367e6f4..7376f7b 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ FastRationals = "0.3.0" ForwardDiff = "1.3.0" InverseFunctions = "0.1" LinearAlgebra = "1.10" -LinearSolve = "3.15.0" +LinearSolve = "3.15.0, 4.2" Markdown = "1.10.0" NonlinearSolveBase = "2.25" NonlinearSolveFirstOrder = "2"