From 9f106e1a4f63bb559fca397d2e2afcecfd2353b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:59:57 +0000 Subject: [PATCH] Bump the all-julia-dependencies group across 3 directories with 1 update Updates the requirements on and [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) Updates `LinearSolve` to 4.2.0 - [Release notes](https://github.com/SciML/LinearSolve.jl/releases) - [Commits](https://github.com/SciML/LinearSolve.jl/commits) 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-dependencies - dependency-name: LinearSolve dependency-version: 4.2.0 dependency-type: direct:production dependency-group: all-julia-dependencies - dependency-name: LinearSolve dependency-version: 4.2.0 dependency-type: direct:production dependency-group: all-julia-dependencies ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- docs/Project.toml | 2 +- test/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 6c8f0d36..8fb3c175 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ JuMPExt = "JuMP" FastBroadcast = "1.3" JuMP = "1.28" LinearAlgebra = "1" -LinearSolve = "3.75" +LinearSolve = "3.75, 4.2" MuladdMacro = "0.2.4" OrdinaryDiffEqCore = "4.2" RecipesBase = "1.3.4" diff --git a/docs/Project.toml b/docs/Project.toml index c513ee06..4b5ffd4f 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -33,7 +33,7 @@ DoubleFloats = "1.4" InteractiveUtils = "1" JuMP = "1.28" LinearAlgebra = "1" -LinearSolve = "3.7.1" +LinearSolve = "3.7.1, 4.2" OrdinaryDiffEqFIRK = "2" OrdinaryDiffEqLowOrderRK = "2" OrdinaryDiffEqRosenbrock = "2" diff --git a/test/Project.toml b/test/Project.toml index 4055a5c1..941e00e2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -30,7 +30,7 @@ DoubleFloats = "1.4.3" ExplicitImports = "1.0.1" JuMP = "1.28" LinearAlgebra = "1" -LinearSolve = "3.75" +LinearSolve = "3.75, 4.2" OrdinaryDiffEqLowOrderRK = "2" OrdinaryDiffEqRosenbrock = "2" OrdinaryDiffEqSDIRK = "2"