From 81b38d9740f35b64b95efb21ba352b28d60af4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 08:47:28 +0000 Subject: [PATCH] build(deps): Update DFMethods requirement to 0.3.0 in /docs Updates the requirements on [DFMethods](https://github.com/mmogib/DFMethods.jl) to permit the latest version. - [Release notes](https://github.com/mmogib/DFMethods.jl/releases) - [Changelog](https://github.com/mmogib/DFMethods.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/mmogib/DFMethods.jl/compare/v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: DFMethods dependency-version: 0.2.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..5eab686 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] +DFMethods = "0.3.0"