From 2034065d691e46e63c7e91c1c855c8740bfab9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 17:23:57 +0000 Subject: [PATCH] Update DiffEqBase requirement from 6 to 6, 7.21 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/compare/DiffEqBase-v6.0.0...DiffEqBase-v7.21.1) --- updated-dependencies: - dependency-name: DiffEqBase dependency-version: 7.21.1 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 4f98f7d7..7c37050f 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ ComponentArrays = "0.13, 0.14, 0.15" ConstructionBase = "1.4" DataStructures = "0.18, 0.19" Dates = "1" -DiffEqBase = "6" +DiffEqBase = "6, 7.21" DiffEqCallbacks = "2, 3, 4" DimensionalData = "0.28, 0.30" Downloads = "1"