From ff3aa0c0a9475c11dd137ac6933f3b06b9544b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:32:33 +0000 Subject: [PATCH] Update ModelingToolkit requirement 11.0 Updates the requirements on [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) to permit the latest version. Updates `ModelingToolkit` to 11.0.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/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: ModelingToolkit dependency-version: 11.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index de3668d..6d41617 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" Aqua = "0.8" CondaPkg = "0.2.33" MLStyle = "0.4.17" -ModelingToolkit = "10" +ModelingToolkit = "10, 11.0" ParserCombinator = "2" PythonCall = "0.9.29" OrdinaryDiffEq = "6.103"