From 2d9441dc267b3e970154baccf217629dae242f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:38:58 +0000 Subject: [PATCH] Update OrdinaryDiffEqBDF requirement from 1.18.0 to 1.18.0, 2.2 Updates the requirements on [OrdinaryDiffEqBDF](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/compare/v1.18.0...v2.2.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEqBDF dependency-version: 2.2.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..dce651733 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,7 @@ Logging = "1.11, 1.12" NLSolversBase = "7.10.0, 8.0" NLsolve = "4.5" NonlinearSolve = "4.11" -OrdinaryDiffEqBDF = "1.18.0" +OrdinaryDiffEqBDF = "1.18.0, 2.2" OrdinaryDiffEqCore = "1.23.0, 3.6.0" OrdinaryDiffEqNonlinearSolve = "1.6.1" Parameters = "0.12"