From ca53e694b12aef3c872df440f0b625de9f6bab02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:35:20 +0000 Subject: [PATCH] Update ForwardDiff requirement to 1.4.1 Updates the requirements on [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases) - [Commits](https://github.com/JuliaDiff/ForwardDiff.jl/compare/v0.0.2...v1.4.1) --- updated-dependencies: - dependency-name: ForwardDiff dependency-version: 1.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index c03257c..54cd438 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -23,4 +23,5 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] +ForwardDiff = "1.4.1" Literate = "2"