From 691d374a6caa52ca8b2644723520aabfed05dcbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:38:56 +0000 Subject: [PATCH] Update OrdinaryDiffEqCore requirement from 1.23.0, 3.6.0 to 1.23.0, 3.6.0, 4.3 Updates the requirements on [OrdinaryDiffEqCore](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. - [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/commits/v4.3.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEqCore dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7dfc5baa4..f424cfebe 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ NLSolversBase = "7.10.0, 8.0" NLsolve = "4.5" NonlinearSolve = "4.11" OrdinaryDiffEqBDF = "1.18.0" -OrdinaryDiffEqCore = "1.23.0, 3.6.0" +OrdinaryDiffEqCore = "1.23.0, 3.6.0, 4.3" OrdinaryDiffEqNonlinearSolve = "1.6.1" Parameters = "0.12" Pkg = "1.11, 1.12"