From cd22e0e4fb845b3e461c122387eca4eae602f427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:28:04 +0000 Subject: [PATCH] chore(deps): bump the all-julia-packages group across 2 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) --- updated-dependencies: - dependency-name: LinearSolve dependency-version: 4.2.0 dependency-type: direct:production dependency-group: all-julia-packages - 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 +- docs/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 611cd854..2e5524c4 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ DataInterpolations = "6, 7, 8, 9.0" DifferentialEquations = "7.16.1, 8" LIBSVM = "0.8" LinearAlgebra = "1.10" -LinearSolve = "3.57.0" +LinearSolve = "3.57.0, 4.2" LuxCore = "1.3.0" MLJLinearModels = "0.9.2, 0.10" NNlib = "0.9.30" diff --git a/docs/Project.toml b/docs/Project.toml index 0da942a6..2beb8096 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -30,7 +30,7 @@ DocumenterCitations = "1" DocumenterInterLinks = "1" JLD2 = "0.6" LIBSVM = "0.8" -LinearSolve = "3" +LinearSolve = "3, 4.2" MLJLinearModels = "0.10" OrdinaryDiffEqAdamsBashforthMoulton = "2" OrdinaryDiffEqTsit5 = "1, 2"