From 6ab36633f9e810e98b8ef456f02b4fd14d33266e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:26:28 +0000 Subject: [PATCH] Update ModelingToolkit requirement from 10.3.0 to 10.3.0, 11.3 Updates the requirements on [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) to permit the latest version. - [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/v10.3.0...v11.3.0) --- updated-dependencies: - dependency-name: ModelingToolkit dependency-version: 11.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 36fc2f6..2715e78 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Aqua = "0.8" Dates = "1" DocStringExtensions = "0.8, 0.9" Makie = "0.24" -ModelingToolkit = "10.3.0" +ModelingToolkit = "10.3.0, 11.3" OhMyThreads = "0.8" StructArrays = "0.7" Symbolics = "6,7"