From 09325f66a292afc287922633b074c108a1cd5684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 13:45:26 +0000 Subject: [PATCH] Update StaticArrays requirement to 1.9.22 in /test Updates the requirements on [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl) to permit the latest version. - [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases) - [Commits](https://github.com/JuliaArrays/StaticArrays.jl/compare/v1.2.13...v1.9.22) --- updated-dependencies: - dependency-name: StaticArrays dependency-version: 1.9.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 2fba2e0..7be988d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,6 +17,7 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] Missings = "1.2.0" Pipe = "1.3.0" +StaticArrays = "1.9.22" Tables = "1.12.1" StableRNGs = "1.0.4" SafeTestsets = "0.1.0"