From a4cef8d9cd395a3213c79c6b6bdc1e06d71b4d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:35:11 +0000 Subject: [PATCH] Update OrdinaryDiffEqCore requirement from 1.30.0, 2.0 to 1.30.0, 2.0, 3.1 Updates the requirements on [OrdinaryDiffEqCore](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `OrdinaryDiffEqCore` to 3.1.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits/v3.1.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEqCore dependency-version: 3.1.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 d0bf76f..38fc51d 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ FiniteDiff = "2.3" ForwardDiff = "0.10, 1.3" JET = "0.9, 0.10, 0.11" OrdinaryDiffEq = "6" -OrdinaryDiffEqCore = "1.30.0, 2.0" +OrdinaryDiffEqCore = "1.30.0, 2.0, 3.1" OrdinaryDiffEqDifferentiation = "1.16" OrdinaryDiffEqRosenbrock = "1.17.0" RecursiveArrayTools = "1,2,3"