From 7007e7450f496c294eb1556f2b2a90f0703577d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:27:21 +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. - [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 ... 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 833016b8..c6539325 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -28,7 +28,7 @@ Distributions = "0.25" Enzyme = "0.13" ExplicitImports = "1" ForwardDiff = "1" -JET = "0.9, 0.10, 0.11" +JET = "0.9, 0.10, 0.11, 0.12" Lux = "1" LuxCore = "1" MLDataDevices = "1"