From 1d8fb90d6018fece13ccf17e75ab589ef16b06a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:10:39 +0000 Subject: [PATCH] Bump the all-julia-packages group across 2 directories with 1 update Updates the requirements on and [MethodOfLines](https://github.com/SciML/MethodOfLines.jl) to permit the latest version. Updates `MethodOfLines` to 0.12.0 - [Release notes](https://github.com/SciML/MethodOfLines.jl/releases) - [Commits](https://github.com/SciML/MethodOfLines.jl/commits) Updates `MethodOfLines` to 0.12.0 - [Release notes](https://github.com/SciML/MethodOfLines.jl/releases) - [Commits](https://github.com/SciML/MethodOfLines.jl/commits) --- updated-dependencies: - dependency-name: MethodOfLines dependency-version: 0.12.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: MethodOfLines dependency-version: 0.12.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 9796956..b256827 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,7 +13,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DifferentialEquations = "8" Documenter = "1" LaTeXStrings = "1.3" -MethodOfLines = "0.11" +MethodOfLines = "0.11, 0.12" ModelOrderReduction = "0.1" ModelingToolkit = "11" Plots = "1.40" diff --git a/test/Project.toml b/test/Project.toml index 9a517fd..7da12dc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -10,7 +10,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] LinearAlgebra = "1" -MethodOfLines = "0.11" +MethodOfLines = "0.11, 0.12" ModelingToolkit = "11" OrdinaryDiffEq = "7" SafeTestsets = "0.1"