From 1bfb4705758483e5c6b86bc2710523114647549e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 13:03:50 +0000 Subject: [PATCH] build(deps): Update CommonSolve requirement to 0.2.7 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.7) --- updated-dependencies: - dependency-name: CommonSolve dependency-version: 0.2.7 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..a7e02ed 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.7"