From 0326c09bb0e0949c94039de828f0b1663423cfa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:06:16 +0000 Subject: [PATCH] Update DecisionFocusedLearningBenchmarks requirement 0.7 in /test Updates the requirements on [DecisionFocusedLearningBenchmarks](https://github.com/JuliaDecisionFocusedLearning/DecisionFocusedLearningBenchmarks.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDecisionFocusedLearning/DecisionFocusedLearningBenchmarks.jl/releases) - [Commits](https://github.com/JuliaDecisionFocusedLearning/DecisionFocusedLearningBenchmarks.jl/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: DecisionFocusedLearningBenchmarks dependency-version: 0.7.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 997d225..91986a0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,7 +16,7 @@ DecisionFocusedLearningAlgorithms = {path = ".."} [compat] Aqua = "0.8" DecisionFocusedLearningAlgorithms = "0.2.3" -DecisionFocusedLearningBenchmarks = "0.6.1" +DecisionFocusedLearningBenchmarks = "0.6.1, 0.7" Documenter = "1" InferOpt = "0.7.2" MLUtils = "0.4"