From 1463faa7372ff1a4e4efd62c7c6504c952ccd06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:14:47 +0000 Subject: [PATCH] Update FileCheck requirement to 1.2.0 Updates the requirements on [FileCheck](https://github.com/JuliaLLVM/FileCheck.jl) to permit the latest version. - [Commits](https://github.com/JuliaLLVM/FileCheck.jl/commits) --- updated-dependencies: - dependency-name: FileCheck dependency-version: 1.2.0 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 c6fbed19..61c663e8 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -21,4 +21,5 @@ demumble_jll = "1e29f10c-031c-5a83-9565-69cddfc27673" [compat] Aqua = "0.8" +FileCheck = "1.2.0" ParallelTestRunner = "2"