From d8af3f930b4b282d2d3c52663bb240213acee7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:15:52 +0000 Subject: [PATCH] Update RecursiveArrayTools requirement from 3.36 to 3.36, 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/compare/v3.36.0...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 fcd1863..07d7d04 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ FillArrays = "1.13" MissingStrategies = "0.2" Missings = "1.2" OffsetArrays = "1.17" -RecursiveArrayTools = "3.36" +RecursiveArrayTools = "3.36, 4.3" Statistics = "1.10" StatsBase = "0.34" julia = "1.10"