From fc769d311d07781d3b9f2e39c536c29544f16e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:07:30 +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 813f50d..5a6a1e3 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ DataStructures = "0.17, 0.18, 0.19" ImageCore = "0.9, 0.10" ImageFiltering = "0.7" Interpolations = "0.10, 0.11, 0.12, 0.13, 0.14" -Parameters = "0.12" +Parameters = "0.12, 0.13" Setfield = "1.0, 1.1" StaticArrays = "0.10, 0.11, 0.12, 1.0" StatsBase = "0.32, 0.33, 0.34"