From 53a7bc1410c03740ccd65ee4089a2087df44bf5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:07:40 +0000 Subject: [PATCH] chore(deps): update Diffractor requirement 0.2 Updates the requirements on [Diffractor](https://github.com/JuliaDiff/Diffractor.jl) to permit the latest version. Updates `Diffractor` to 0.2.10 - [Release notes](https://github.com/JuliaDiff/Diffractor.jl/releases) - [Commits](https://github.com/JuliaDiff/Diffractor.jl/compare/v0.2.6...v0.2.10) --- updated-dependencies: - dependency-name: Diffractor dependency-version: 0.2.10 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 ded9bd6c3..a9dc8df7f 100644 --- a/DifferentiationInterface/Project.toml +++ b/DifferentiationInterface/Project.toml @@ -59,7 +59,7 @@ DifferentiationInterfaceZygoteExt = ["Zygote", "ForwardDiff"] ADTypes = "1.18.0" ChainRulesCore = "1.23.0" DiffResults = "1.1.0" -Diffractor = "=0.2.6" +Diffractor = "=0.2.6, 0.2" Enzyme = "0.13.39" EnzymeCore = "0.8.8" FastDifferentiation = "0.4.3"