From 374a4d07ac34a8b07cf99996397e4a2b4921ba27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:27:15 +0000 Subject: [PATCH] Update ImplicitDifferentiation requirement to 0.9.1 in /docs Updates the requirements on [ImplicitDifferentiation](https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl/releases) - [Commits](https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl/compare/v0.1.0...v0.9.1) --- updated-dependencies: - dependency-name: ImplicitDifferentiation dependency-version: 0.9.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 58448d2..1373e1f 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -19,5 +19,6 @@ ADTypes = "1.21.0" ComponentArrays = "0.15.31" Documenter = "1.3" ForwardDiff = "1.3.1" +ImplicitDifferentiation = "0.9.1" Literate = "2.21.0" NLsolve = "4.5.1"