From b6fe9711f034f91604bc75bf606b8c6281cdae5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:17:40 +0000 Subject: [PATCH] Update Parameters requirement from 0.12 to 0.12, 0.13 Updates the requirements on [Parameters](https://github.com/mauro3/Parameters.jl) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5271a94..77973cc 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ IndirectArrays = "0.5, 1" Interpolations = "0.13, 0.14, 0.15" MosaicViews = "0.2, 0.3" OffsetArrays = "1" -Parameters = "0.12" +Parameters = "0.12, 0.13" Rotations = "1" Setfield = "0.7, 0.8, 1" StaticArrays = "1"