From 93a813f272455b5f54247860569abfa1d7784533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 11:08:07 +0000 Subject: [PATCH] Update OrdinaryDiffEqCore requirement from 1.23.0, 3.6.0 to 1.23.0, 3.6.0, 4.14 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) --- updated-dependencies: - dependency-name: OrdinaryDiffEqCore dependency-version: 4.14.2 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 ae09ab687..ba162069c 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.14" OrdinaryDiffEqNonlinearSolve = "1.6.1" Parameters = "0.12, 0.13" Pkg = "1.11, 1.12"