From d89ed93b816eb31fb3bf5f5206a711cc9e205b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:47:44 +0000 Subject: [PATCH] chore(deps): Bump the all-julia-packages group across 2 directories with 1 update Updates the requirements on and [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.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 `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) --- updated-dependencies: - dependency-name: DiffEqBase dependency-version: 7.5.5 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DiffEqBase dependency-version: 7.5.5 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1e2aa10..2fd5319 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ 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, 3.18" diff --git a/test/Project.toml b/test/Project.toml index 7a1c403..20e18db 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -21,7 +21,7 @@ DifferenceEquations = {path = ".."} [compat] DataFrames = "1.8.2" DelimitedFiles = "1.9.1" -DiffEqBase = "6.210.1" +DiffEqBase = "6.210.1, 7.5" DifferenceEquations = "1.0.0" Distributions = "0.25.126" Enzyme = "0.13"