From 8dbd89587fea98ff133191f25e66de5c5788573f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:10:55 +0000 Subject: [PATCH] Update ModelingToolkit requirement 11.17 Updates the requirements on [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) to permit the latest version. Updates `ModelingToolkit` to 11.17.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.17.0) --- updated-dependencies: - dependency-name: ModelingToolkit dependency-version: 11.17.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 90243a7..ba35a47 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Aqua = "0.8" EzXML = "1.1" MathML = "0.1.16" Memoize = "0.4.2" -ModelingToolkit = "10" +ModelingToolkit = "10, 11.17" OrdinaryDiffEq = "6.103" SafeTestsets = "0.1" Setfield = "1.1.1"