From 53b8df49bd97cb7a69551f33f8786636faef3f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:27:32 +0000 Subject: [PATCH] Update DifferentiationInterface requirement to 0.7.14 in /docs Updates the requirements on [DifferentiationInterface](https://github.com/JuliaDiff/DifferentiationInterface.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases) - [Commits](https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.1.0...DifferentiationInterface-v0.7.14) --- updated-dependencies: - dependency-name: DifferentiationInterface dependency-version: 0.7.14 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 58448d2..de9b757 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -17,6 +17,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ADTypes = "1.21.0" ComponentArrays = "0.15.31" +DifferentiationInterface = "0.7.14" Documenter = "1.3" ForwardDiff = "1.3.1" Literate = "2.21.0"