From 1043bdbc36b672d89811b7b06a54840b00e6ddb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:47:28 +0000 Subject: [PATCH] chore(deps): 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 37c44735..548b6672 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -23,7 +23,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" DeepEquilibriumNetworks = "2" Documenter = "1" DocumenterCitations = "1" -LinearSolve = "2, 3" +LinearSolve = "2, 3, 4.2" Lux = "1" LuxCUDA = "0.3" MLDatasets = "0.7"