From e090eaa7d2638481e2f21d97638f4e87c8548554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 21:33:17 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [MATLAB](https://github.com/JuliaInterop/MATLAB.jl) and [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) to permit the latest version. Updates `MATLAB` to 0.9.0 - [Release notes](https://github.com/JuliaInterop/MATLAB.jl/releases) - [Commits](https://github.com/JuliaInterop/MATLAB.jl/compare/v0.8.0...v0.9.0) Updates `ModelingToolkit` to 10.30.0 - [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/v8.0.0...v10.30.0) --- updated-dependencies: - dependency-name: MATLAB dependency-version: 0.9.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ModelingToolkit dependency-version: 10.30.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 c8e0ee0..c30e6e0 100644 --- a/Project.toml +++ b/Project.toml @@ -10,8 +10,8 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] DiffEqBase = "6.122" -MATLAB = "0.8" -ModelingToolkit = "8" +MATLAB = "0.8, 0.9" +ModelingToolkit = "8, 10.30" Reexport = "0.2, 1.0" julia = "1.6"