From 16581aa54bcab1c6b984d28c777637b6f14271b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:37:07 +0000 Subject: [PATCH] Update JET requirement to 0.11.4 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.4) --- updated-dependencies: - dependency-name: JET dependency-version: 0.11.4 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 229973c..d37b536 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,6 +24,7 @@ DecisionFocusedLearningBenchmarks = {path = ".."} Aqua = "0.8.14" DecisionFocusedLearningBenchmarks = "0.6.0" Documenter = "1.17.0" +JET = "0.11.4" JuliaFormatter = "2" Plots = "1.41.6" Test = "1"