From 71b61e17608ca95feb76235f1ff3e1518fe9267a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:08:17 +0000 Subject: [PATCH] Update JET requirement to 0.12.1 in /test 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/compare/v0.0.1...v0.12.1) --- updated-dependencies: - dependency-name: JET dependency-version: 0.12.1 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 997d225..a41ef5b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,6 +19,7 @@ DecisionFocusedLearningAlgorithms = "0.2.3" DecisionFocusedLearningBenchmarks = "0.6.1" Documenter = "1" InferOpt = "0.7.2" +JET = "0.12.1" MLUtils = "0.4" Test = "1" ValueHistories = "0.5"