From d96e9a0bbd458ade42f6d03275746f0941950559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 20:13:44 +0000 Subject: [PATCH] chore(deps): bump the all-julia-packages group across 1 directory with 3 updates Updates the requirements on [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 `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: 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] --- DifferentiationInterfaceTest/test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) 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"