From 7975bc65d9879f1ec1bd8b6762f3844288288433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:39:28 +0000 Subject: [PATCH] Update ODEInterfaceDiffEq requirement from 3, 4.0 to 3, 4.0, 5.0 Updates the requirements on [ODEInterfaceDiffEq](https://github.com/SciML/ODEInterfaceDiffEq.jl) to permit the latest version. Updates `ODEInterfaceDiffEq` to 5.0.0 - [Release notes](https://github.com/SciML/ODEInterfaceDiffEq.jl/releases) - [Commits](https://github.com/SciML/ODEInterfaceDiffEq.jl/commits) --- updated-dependencies: - dependency-name: ODEInterfaceDiffEq dependency-version: 5.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 05ab8d3d9..1cca0ef04 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -76,7 +76,7 @@ JLD2 = "0.4, 0.5.1, 0.6" LSODA = "0.7, 1.0" ModelingToolkit = "9, 10, 11.0" NonlinearSolve = "3.15, 4" -ODEInterfaceDiffEq = "3, 4.0" +ODEInterfaceDiffEq = "3, 4.0, 5.0" ODEProblemLibrary = "0.1, 1" Optimization = "3, 4, 5" OptimizationNLopt = "0.2, 0.3"