From 34246c4ce37a9109b251b85bf4239e5f002de100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 08:47:18 +0000 Subject: [PATCH] build(deps): Update CommonSolve requirement to 0.2.6 in /docs Updates the requirements on [CommonSolve](https://github.com/SciML/CommonSolve.jl) to permit the latest version. - [Release notes](https://github.com/SciML/CommonSolve.jl/releases) - [Commits](https://github.com/SciML/CommonSolve.jl/compare/v0.1.0...v0.2.6) --- updated-dependencies: - dependency-name: CommonSolve dependency-version: 0.2.6 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..f954a6a 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] +CommonSolve = "0.2.6"