From a02cdeb0cffe96c99bd111058e75e668e40b4d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:46:58 +0000 Subject: [PATCH] Update RecursiveArrayTools requirement from 2.20.0, 3 to 2.20.0, 3, 4.3 Updates the requirements on [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl) to permit the latest version. - [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases) - [Commits](https://github.com/SciML/RecursiveArrayTools.jl/commits/v4.3.0) --- updated-dependencies: - dependency-name: RecursiveArrayTools dependency-version: 4.3.0 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 d593da5..25aa22c 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ Optim = "1.4.1" PaddedViews = "0.5.10" Parameters = "0.12.3" Pipe = "1.3" -RecursiveArrayTools = "2.20.0, 3" +RecursiveArrayTools = "2.20.0, 3, 4.3" StaticArrays = "1.2.13" Statistics = "1" StatsBase = "0.33.12, 0.34"