From a747e009e0f3dcbdf45128e2fe318cb98d9e9261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:53:59 +0000 Subject: [PATCH] Update DiffEqDevTools requirement 4.0 Updates the requirements on [DiffEqDevTools](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `DiffEqDevTools` to 4.0.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: DiffEqDevTools dependency-version: 4.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 80b1debd..70556c07 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -35,7 +35,7 @@ pocl_jll = "627d6b7a-bbe6-5189-83e7-98cc0a5aeadd" Adapt = "4" BenchmarkTools = "1" CUDA = "6" -DiffEqDevTools = "3" +DiffEqDevTools = "3, 4.0" DiffEqGPU = "3" ForwardDiff = "1" GPUArraysCore = "0.2"