From dc2ff8421bf8e942993cc15b27622c78a75fe1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:15:33 +0000 Subject: [PATCH] Update LinearSolve requirement from 2.36.0, 3.7.1,4 to 2.36.0, 3.7.1,4, 5.0 Updates the requirements on [LinearSolve](https://github.com/SciML/LinearSolve.jl) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 39c6514..2bb0e15 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ IncompleteLU = "^0.2.1" InteractiveUtils = "1.11.0" IterativeSolvers = "0.9" LinearAlgebra = "1.10" -LinearSolve = "2.36.0, 3.7.1,4" +LinearSolve = "2.36.0, 3.7.1,4, 5.0" Metis = "1" MultiFloats = "1, 2, 3" OhMyThreads = "0.6, 0.7, 0.8"