From 3779d7df2193af21323fbee8b8552e9f4403a16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:43:52 +0000 Subject: [PATCH] Update JET requirement from 0.9, 0.10, 0.11 to 0.9, 0.10, 0.11, 0.12 Updates the requirements on [JET](https://github.com/aviatesk/JET.jl) to permit the latest version. Updates `JET` to 0.12.0 - [Release notes](https://github.com/aviatesk/JET.jl/releases) - [Changelog](https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/aviatesk/JET.jl/commits/v0.12.0) --- updated-dependencies: - dependency-name: JET dependency-version: 0.12.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index ca00312e2..6f58bb3b2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -38,7 +38,7 @@ AllocCheck = "0.2" ChainRulesTestUtils = "1" Combinatorics = "1" cuTENSOR = "6" -JET = "0.9, 0.10, 0.11" +JET = "0.9, 0.10, 0.11, 0.12" ParallelTestRunner = "2" Test = "1" TestExtras = "0.2,0.3"