From e695e9981a3795ae39624070b52420cf072d418d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:51:04 +0000 Subject: [PATCH] Update JET requirement to 0.11.5 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.11.5) --- updated-dependencies: - dependency-name: JET dependency-version: 0.11.5 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..8ee3ba3 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.11.5" MLUtils = "0.4" Test = "1" ValueHistories = "0.5"