From 959d5370b4216721da3613cf4fdf58024c31453a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:37:29 +0000 Subject: [PATCH] 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.0...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] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 39c5542..31fe7d1 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ Enzyme = "0.13.89" ForwardDiff = "0.10, 1" Measurements = "2.5" MonteCarloMeasurements = "1" -Mooncake = "0.4" +Mooncake = "0.4, 0.5" ReverseDiff = "1.14" Tracker = "0.2" julia = "1.10"