From 3caf1b23e0186cbf7cabd17ff070cfb609758f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:33:31 +0000 Subject: [PATCH] Update ImplicitDifferentiation requirement to 0.9.1 in /test 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] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 41019f9..1a2d210 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -37,6 +37,7 @@ Documenter = "1.12.0" ExplicitImports = "1" FiniteDiff = "2.27.0" ForwardDiff = "0.10.36, 1" +ImplicitDifferentiation = "0.9.1" JET = "0.9, 0.10, 0.11" KrylovKit = "0.10.2" LinearAlgebra = "1"