From 7318d868a8eccf98bc232a28dbf4258b27bdf3cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:13:32 +0000 Subject: [PATCH] Update LinearSolve requirement from 2, 3 to 2, 3, 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] --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index dede9f7a8..d5b97ad63 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -115,7 +115,7 @@ ImplicitDiscreteSolve = "2" IncompleteLU = "0.2" JLD2 = "0.4, 0.5.1, 0.6" LSODA = "0.7, 1.0" -LinearSolve = "2, 3" +LinearSolve = "2, 3, 4.2" ModelingToolkit = "9, 10, 11.0" NonlinearSolve = "3.15, 4" ODEInterfaceDiffEq = "5.0"