From acea371d3f2fa8acedeae0f0c6cc92d3d99c6c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:05:49 +0000 Subject: [PATCH] Update DecisionFocusedLearningBenchmarks requirement to 0.6.1 in /docs 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.1.0...v0.6.1) --- updated-dependencies: - dependency-name: DecisionFocusedLearningBenchmarks dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index bec5c67..4c73404 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,6 +9,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] DecisionFocusedLearningAlgorithms = "0.2.0" +DecisionFocusedLearningBenchmarks = "0.6.1" Documenter = "1.17.0" Flux = "0.16.10" MLUtils = "0.4.9"