From d9c4a5c56bf5e2475e5b34fcd7de5077f6896ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:04:02 +0000 Subject: [PATCH] chore(deps): update DiffEqBase requirement 7.0 Updates the requirements on [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `DiffEqBase` to 7.0.0 - [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/v6.119.0...v7.0.0) --- updated-dependencies: - dependency-name: DiffEqBase dependency-version: 7.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b10b26f2..6add1dc2 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Aqua = "0.8" ChainRulesCore = "1" CommonSolve = "0.2" ConcreteStructs = "0.2" -DiffEqBase = "6.119" +DiffEqBase = "6.119, 7.0" Documenter = "1" ExplicitImports = "1" FastClosures = "0.3"