From 4e39d08a300efb09af1a663a35e06b65db74079f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 03:13:51 +0000 Subject: [PATCH] build(deps): update ModelingToolkit requirement 11.27 Updates the requirements on [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) to permit the latest version. Updates `ModelingToolkit` to 11.27.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/commits) --- updated-dependencies: - dependency-name: ModelingToolkit dependency-version: 11.26.7 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 068f222..fc8de19 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" [compat] DifferentialEquations = "7" -ModelingToolkit = "9" +ModelingToolkit = "9, 11.27" SafeTestsets = "0.1" SciMLTesting = "1" Test = "1"