From 6144fd84002111c3c1993450327bf7e588dc74d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:28:08 +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 a22f68e..57559df 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Aqua = "0.8" EzXML = "1.1" MathML = "0.1.14" Memoize = "0.4.2" -ModelingToolkit = "10" +ModelingToolkit = "10, 11.0" OrdinaryDiffEq = "6.56" SafeTestsets = "0.1" Setfield = "1"