From 72554f8f21e9c9bfd5cfb29cc24736a4003f0a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:06:38 +0000 Subject: [PATCH] Update ComponentArrays requirement to 0.15.30 in /docs Updates the requirements on [ComponentArrays](https://github.com/SciML/ComponentArrays.jl) to permit the latest version. - [Release notes](https://github.com/SciML/ComponentArrays.jl/releases) - [Changelog](https://github.com/SciML/ComponentArrays.jl/blob/main/NEWS.md) - [Commits](https://github.com/SciML/ComponentArrays.jl/compare/v0.1.0...v0.15.30) --- updated-dependencies: - dependency-name: ComponentArrays dependency-version: 0.15.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index a5af009..58448d2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,6 +16,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ADTypes = "1.21.0" +ComponentArrays = "0.15.31" Documenter = "1.3" ForwardDiff = "1.3.1" Literate = "2.21.0"