From 55ac26104f5268b0535c4e31823349c184fc2ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:55:48 +0000 Subject: [PATCH] Update Parameters requirement 0.13 Updates the requirements on [Parameters](https://github.com/mauro3/Parameters.jl) to permit the latest version. Updates `Parameters` to 0.13.1 - [Release notes](https://github.com/mauro3/Parameters.jl/releases) - [Changelog](https://github.com/mauro3/Parameters.jl/blob/master/NEWS.md) - [Commits](https://github.com/mauro3/Parameters.jl/compare/v0.12.1...v0.13.1) --- updated-dependencies: - dependency-name: Parameters dependency-version: 0.13.1 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 19fb0149..42fed314 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ LinearAlgebra = "1" MLUtils = "0.3, 0.4" ModelingToolkit = "11.21.0" OrdinaryDiffEqTsit5 = "1, 2" -Parameters = "0.12.1" +Parameters = "0.12.1, 0.13" Pkg = "1" PrecompileTools = "1" ProgressMeter = "1.6"