From dd8ffe51d34e0159d11769138e385586d418c95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:57:59 +0000 Subject: [PATCH] build(deps): update FindFirstFunctions requirement 3.0 Updates the requirements on [FindFirstFunctions](https://github.com/SciML/FindFirstFunctions.jl) to permit the latest version. Updates `FindFirstFunctions` to 3.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/commits) --- updated-dependencies: - dependency-name: FindFirstFunctions dependency-version: 3.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 32e714bd..a0963b79 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ BenchmarkTools = "1" ChainRulesCore = "1.26.1" EnumX = "1.0.5" FillArrays = "1.16.0" -FindFirstFunctions = "2" +FindFirstFunctions = "2, 3.0" FiniteDifferences = "0.12.31" ForwardDiff = "1" LinearAlgebra = "1.10"