From a19089ee323938dfff386b230962962f59516aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 08:25:32 +0000 Subject: [PATCH] chore(deps): update Mooncake requirement 0.5 Updates the requirements on [Mooncake](https://github.com/chalk-lab/Mooncake.jl) to permit the latest version. Updates `Mooncake` to 0.5.0 - [Release notes](https://github.com/chalk-lab/Mooncake.jl/releases) - [Changelog](https://github.com/chalk-lab/Mooncake.jl/blob/main/HISTORY.md) - [Commits](https://github.com/chalk-lab/Mooncake.jl/compare/v0.4.175...v0.5.0) --- updated-dependencies: - dependency-name: Mooncake dependency-version: 0.5.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- DifferentiationInterface/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DifferentiationInterface/Project.toml b/DifferentiationInterface/Project.toml index d50bdcf11..6654eee77 100644 --- a/DifferentiationInterface/Project.toml +++ b/DifferentiationInterface/Project.toml @@ -69,7 +69,7 @@ ForwardDiff = "0.10.36,1" GPUArraysCore = "0.2" GTPSA = "1.4.0" LinearAlgebra = "1" -Mooncake = "0.4.175" +Mooncake = "0.4.175, 0.5" PolyesterForwardDiff = "0.1.2" ReverseDiff = "1.15.1" SparseArrays = "1"