From 997845e513a5fd4fafbeb3565a5f78f1754b075f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:26:50 +0000 Subject: [PATCH] chore(deps): 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.5.5 - [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.18.0 - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](https://github.com/SciML/SciMLBase.jl/compare/v2.153.0...v3.18.0) --- updated-dependencies: - dependency-name: DiffEqBase dependency-version: 7.5.5 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SciMLBase dependency-version: 3.18.0 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 d52755a..2fd5319 100644 --- a/Project.toml +++ b/Project.toml @@ -19,10 +19,10 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" [compat] CommonSolve = "0.2.4" ConcreteStructs = "0.2.3" -DiffEqBase = "6.210.1" +DiffEqBase = "6.210.1, 7.5" LinearAlgebra = "1" PrecompileTools = "1.2.1" -SciMLBase = "2.153" +SciMLBase = "2.153, 3.18" StaticArrays = "1.9.8" SymbolicIndexingInterface = "0.3.43" julia = "1.10"