From e537f51db07a7f8b2f0d31be495c58cd0a89b2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:05:42 +0000 Subject: [PATCH] Update DecisionFocusedLearningBenchmarks requirement 0.7 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.6.1...v0.7.0) --- updated-dependencies: - dependency-name: DecisionFocusedLearningBenchmarks dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 5aa0c67..f428454 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,7 +9,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] DecisionFocusedLearningAlgorithms = "0.2.0" -DecisionFocusedLearningBenchmarks = "0.6.1" +DecisionFocusedLearningBenchmarks = "0.6.1, 0.7" Documenter = "1.17.0" Flux = "0.16.10" Literate = "2.21.0"