From 465fb86519f3e2924243c4e812f740d902ec4612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:51:35 +0000 Subject: [PATCH] Update RecursiveArrayTools requirement 4.0 Updates the requirements on [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl) to permit the latest version. Updates `RecursiveArrayTools` to 4.0.1 - [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases) - [Commits](https://github.com/SciML/RecursiveArrayTools.jl/compare/v3.1.0...v4.0.1) --- updated-dependencies: - dependency-name: RecursiveArrayTools dependency-version: 4.0.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 dde08c8..4409f7a 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ ForwardDiff = "0.10.3, 1" MacroTools = "0.5" PreallocationTools = "0.4, 1.0" PrecompileTools = "1" -RecursiveArrayTools = "3.1" +RecursiveArrayTools = "3.1, 4.0" StaticArrays = "1.0" julia = "1.10"