From 3c4fba388f275247b53d8cded1e6402540e5f958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:46:08 +0000 Subject: [PATCH] Update DifferentiableFrankWolfe requirement to 0.6.0 in /test Updates the requirements on [DifferentiableFrankWolfe](https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/releases) - [Commits](https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/compare/v0.1.0...v0.6.0) --- updated-dependencies: - dependency-name: DifferentiableFrankWolfe dependency-version: 0.6.0 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 c8ba3d9..b9616cd 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,6 +29,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" InferOpt = {path = ".."} [compat] +DifferentiableFrankWolfe = "0.6.0" GridGraphs = "0.10" JuliaFormatter = "2" LoweredCodeUtils = "<3.6"