From 20efc9865577a7445694269d30aeec78e8fc9c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:09:49 +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.0...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 bb6dae74..c39dee1c 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ LinearSolve = "3" Metal = "1" MuladdMacro = "0.2" OpenCL = "0.10" -Parameters = "0.12" +Parameters = "0.12, 0.13" RecursiveArrayTools = "4" SciMLBase = "3" Setfield = "1"