From 76756c4f577eb6a3bd5b5bb87b2cc97394c43f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 13:03:41 +0000 Subject: [PATCH] build(deps): Update NonlinearSolve requirement to 4.19.1 in /docs Updates the requirements on [NonlinearSolve](https://github.com/SciML/NonlinearSolve.jl) to permit the latest version. - [Release notes](https://github.com/SciML/NonlinearSolve.jl/releases) - [Commits](https://github.com/SciML/NonlinearSolve.jl/compare/SimpleNonlinearSolve-v0.1.0...v4.19.1) --- updated-dependencies: - dependency-name: NonlinearSolve dependency-version: 4.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index ecd9676..a8ac4d0 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,3 +7,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" + +[compat] +NonlinearSolve = "4.19.1"