From 659581ad5e00f37b4dc00b60f0db04366382b027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:05:24 +0000 Subject: [PATCH] Update DecisionFocusedLearningBenchmarks requirement 0.7 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] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5f52a18..9562b60 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" ValueHistories = "98cad3c8-aec3-5f06-8e41-884608649ab7" [compat] -DecisionFocusedLearningBenchmarks = "0.6.1" +DecisionFocusedLearningBenchmarks = "0.6.1, 0.7" DocStringExtensions = "0.9.5" Flux = "0.16.9" InferOpt = "0.7.1"