From 0a72efd323fd7a59ccec7460c44d3c5b77e3b037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:46:54 +0000 Subject: [PATCH] Update OrdinaryDiffEqCore requirement from 1.19.0, 2 to 1.19.0, 2, 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 9952833..46754c0 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ DataStructures = "0.18.22, 0.19" DiffEqBase = "6.165.1" ExplicitImports = "1" ModelingToolkit = "10" -OrdinaryDiffEqCore = "1.19.0, 2" +OrdinaryDiffEqCore = "1.19.0, 2, 3.1" OrdinaryDiffEqLowOrderRK = "1.7" OrdinaryDiffEqTsit5 = "1.1.0" PrecompileTools = "1.0"