From df2a5ebefc1c197a0ac44dc080eb67a7179b5558 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 FrankWolfe requirement to 0.6.4 in /test Updates the requirements on [FrankWolfe](https://github.com/ZIB-IOL/FrankWolfe.jl) to permit the latest version. - [Release notes](https://github.com/ZIB-IOL/FrankWolfe.jl/releases) - [Commits](https://github.com/ZIB-IOL/FrankWolfe.jl/compare/v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: FrankWolfe dependency-version: 0.6.4 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..83b8682 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,6 +29,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" InferOpt = {path = ".."} [compat] +FrankWolfe = "0.6.4" GridGraphs = "0.10" JuliaFormatter = "2" LoweredCodeUtils = "<3.6"