From f6d546eb9ba996a14ac8330a04d5e42fb445dd3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 11:05:38 +0000 Subject: [PATCH] Update OrdinaryDiffEqCore requirement from 1.23.0, 3.6.0 to 1.23.0, 3.6.0, 4.4 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.4.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEqCore dependency-version: 4.4.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..5c942d8e9 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.4" OrdinaryDiffEqNonlinearSolve = "1.6.1" Parameters = "0.12" Pkg = "1.11, 1.12"