From d81b1f20967bebcf0835f19ad0b8b5ca7350119e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:07:47 +0000 Subject: [PATCH] Update FindFirstFunctions requirement 2.0 Updates the requirements on [FindFirstFunctions](https://github.com/SciML/FindFirstFunctions.jl) to permit the latest version. Updates `FindFirstFunctions` to 2.0.0 - [Release notes](https://github.com/SciML/FindFirstFunctions.jl/releases) - [Changelog](https://github.com/SciML/FindFirstFunctions.jl/blob/main/NEWS.md) - [Commits](https://github.com/SciML/FindFirstFunctions.jl/compare/v1.4.2...v2.0.0) --- updated-dependencies: - dependency-name: FindFirstFunctions dependency-version: 2.0.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 820b0b7..9d4f534 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -10,7 +10,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" [compat] DataInterpolations = "4, 5, 6, 7, 8" Documenter = "1" -FindFirstFunctions = "1.4.2" +FindFirstFunctions = "1.4.2, 2.0" Optim = "1, 2.0" Plots = "1" RegularizationTools = "0.6"