From a68b5c974a1189fada652d353d3ddaa08ebeb7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:53:21 +0000 Subject: [PATCH] Update ForwardDiff requirement to 1.3.1 in /docs 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.3.1) --- updated-dependencies: - dependency-name: ForwardDiff dependency-version: 1.3.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 c9f38ad..b5c8b00 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,4 +16,5 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Documenter = "1.3" +ForwardDiff = "1.3.1" Literate = "2.21.0"