From 541ef63e867166cc494f140a1fbd6b2275fe30b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:31:45 +0000 Subject: [PATCH] chore(deps): bump the all-julia-packages group across 2 directories with 4 updates Updates the requirements on [Mooncake](https://github.com/chalk-lab/Mooncake.jl), [DifferentiationInterfaceTest](https://github.com/JuliaDiff/DifferentiationInterface.jl), [Tables](https://github.com/JuliaData/Tables.jl) and [DataAPI](https://github.com/JuliaData/DataAPI.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) Updates `DifferentiationInterfaceTest` to 0.11.0 - [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases) - [Commits](https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterfaceTest-v0.1.0...DifferentiationInterfaceTest-v0.11.0) Updates `Tables` to 1.12.1 - [Release notes](https://github.com/JuliaData/Tables.jl/releases) - [Commits](https://github.com/JuliaData/Tables.jl/compare/v0.1.0...v1.12.1) Updates `DataAPI` to 1.16.0 - [Release notes](https://github.com/JuliaData/DataAPI.jl/releases) - [Commits](https://github.com/JuliaData/DataAPI.jl/compare/v1.0.0...v1.16.0) --- updated-dependencies: - dependency-name: Mooncake dependency-version: 0.5.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DifferentiationInterfaceTest dependency-version: 0.11.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Tables dependency-version: 1.12.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataAPI dependency-version: 1.16.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- DifferentiationInterface/Project.toml | 2 +- DifferentiationInterfaceTest/test/Project.toml | 3 +++ 2 files changed, 4 insertions(+), 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" diff --git a/DifferentiationInterfaceTest/test/Project.toml b/DifferentiationInterfaceTest/test/Project.toml index 19033f282..dcd7eb7c3 100644 --- a/DifferentiationInterfaceTest/test/Project.toml +++ b/DifferentiationInterfaceTest/test/Project.toml @@ -30,8 +30,10 @@ ADTypes = "1.18" Aqua = "0.8.12" Chairmarks = "1.2.1" ComponentArrays = "0.15.30" +DataAPI = "1.16.0" DataFrames = "1.8.1" DifferentiationInterface = "0.7.10" +DifferentiationInterfaceTest = "0.11.0" ExplicitImports = "1.10.1" FiniteDiff = "2.27.0" ForwardDiff = "1.2.2" @@ -40,5 +42,6 @@ JLArrays = "0.3" SparseConnectivityTracer = "0.5.0,0.6,1" SparseMatrixColorings = "0.4.9" StaticArrays = "1.9.15" +Tables = "1.12.1" Zygote = "0.7.10" julia = "1.10.10"