From 8275059e1986c20561df94d7ea2254674b21b6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:56:38 +0000 Subject: [PATCH] Bump the all-julia-packages group across 2 directories with 7 updates Updates the requirements on [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [Sundials](https://github.com/SciML/Sundials.jl), [Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl), [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl), [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) and [DifferentialEquations](https://github.com/SciML/DifferentialEquations.jl) to permit the latest version. Updates `ModelingToolkit` to 11.26.8 - [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases) - [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/ModelingToolkit.jl/compare/v9.0.0...v11.26.8) Updates `ModelingToolkit` to 11.26.8 - [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases) - [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/ModelingToolkit.jl/compare/v9.0.0...v11.26.8) Updates `ForwardDiff` to 1.4.0 - [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases) - [Commits](https://github.com/JuliaDiff/ForwardDiff.jl/compare/v0.10.0...v1.4.0) Updates `Sundials` to 6.2.1 - [Release notes](https://github.com/SciML/Sundials.jl/releases) - [Changelog](https://github.com/SciML/Sundials.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/Sundials.jl/compare/v4.0.0...v6.2.1) Updates `Symbolics` to 7.26.0 - [Release notes](https://github.com/JuliaSymbolics/Symbolics.jl/releases) - [Changelog](https://github.com/JuliaSymbolics/Symbolics.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaSymbolics/Symbolics.jl/commits/v7.26.0) Updates `OrdinaryDiffEq` 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.74.1...v7.0.0) Updates `DataInterpolations` to 8.10.0 - [Release notes](https://github.com/SciML/DataInterpolations.jl/releases) - [Changelog](https://github.com/SciML/DataInterpolations.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/DataInterpolations.jl/commits/v8.10.0) Updates `DifferentialEquations` to 8.0.0 - [Release notes](https://github.com/SciML/DifferentialEquations.jl/releases) - [Changelog](https://github.com/SciML/DifferentialEquations.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/DifferentialEquations.jl/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: DataInterpolations dependency-version: 8.10.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DifferentialEquations dependency-version: 8.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ForwardDiff dependency-version: 1.3.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ModelingToolkit dependency-version: 11.26.7 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ModelingToolkit dependency-version: 11.26.7 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrdinaryDiffEq dependency-version: 7.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Sundials dependency-version: 6.2.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Symbolics dependency-version: 7.25.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- docs/Project.toml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index c2be25a..6c11a0e 100644 --- a/Project.toml +++ b/Project.toml @@ -7,7 +7,7 @@ version = "1.0.0" ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" [compat] -ModelingToolkit = "9" +ModelingToolkit = "9, 11.26" [extras] ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7" diff --git a/docs/Project.toml b/docs/Project.toml index 941dc08..eb9c0ec 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,14 +13,14 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -DataInterpolations = "5, 6" -DifferentialEquations = "7" +DataInterpolations = "5, 6, 8.10" +DifferentialEquations = "7, 8.0" Documenter = "1" -ForwardDiff = "0.10" -ModelingToolkit = "9" +ForwardDiff = "0.10, 1.4" +ModelingToolkit = "9, 11.26" ModelingToolkitStandardLibrary = "2" -OrdinaryDiffEq = "=6.74.1" +OrdinaryDiffEq = "=6.74.1, 7.0" Plots = "1" Setfield = "1" -Sundials = "4" -Symbolics = "5, 6" +Sundials = "4, 6.2" +Symbolics = "5, 6, 7.26"