From bff6ce6d5ff8708a4313dbaef2621f474436024d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 13:06:28 +0000 Subject: [PATCH] Update DiffEqBase requirement from 6.161.0 to 6.161.0, 7.5 Updates the requirements on [DiffEqBase](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: DiffEqBase dependency-version: 7.5.3 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 3a8f4a6a8..5ac96ad00 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ WinchModels = "7dcfa46b-7979-4771-bbf4-0aee0da42e1f" [compat] AtmosphericModels = "0.3.4" Dierckx = "0.5.4" -DiffEqBase = "6.161.0" +DiffEqBase = "6.161.0, 7.5" DiscretePIDs = "0.1.5, 1.0" DocStringExtensions = "0.9.4" Interpolations = "0.15.1, 0.16"