From 9ba2691811cc59eedf23fb82d56fba83c240a654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:35:21 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl) and [SciMLBase](https://github.com/SciML/SciMLBase.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/commits) Updates `SciMLBase` to 3.4.2 - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](https://github.com/SciML/SciMLBase.jl/compare/v2.0.0...v3.4.2) --- updated-dependencies: - dependency-name: DiffEqBase dependency-version: 7.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SciMLBase dependency-version: 3.4.2 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f6f1036..51e7106 100644 --- a/Project.toml +++ b/Project.toml @@ -10,11 +10,11 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] -DiffEqBase = "6.62" +DiffEqBase = "6.62, 7.0" ExplicitImports = "1.14.0" GeometricIntegrators = "0.15, 0.16" Reexport = "0.2, 1" -SciMLBase = "2" +SciMLBase = "2, 3.4" julia = "1.10" [extras]