From 10f05878875c1b8d2f8ded7c1c910e44a3d8c24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 06:13:39 +0000 Subject: [PATCH 1/2] Update Downloads requirement to 1.7.0 Updates the requirements on [Downloads](https://github.com/JuliaLang/Downloads.jl) to permit the latest version. - [Release notes](https://github.com/JuliaLang/Downloads.jl/releases) - [Commits](https://github.com/JuliaLang/Downloads.jl/compare/v0.1.0...v1.7.0) --- updated-dependencies: - dependency-name: Downloads dependency-version: 1.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index a270c44..210d51c 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" [compat] CEnum = "0.5" +Downloads = "1.7.0" JuMP = "1.30.1" MathOptInterface = "1" MathOptVRP = "0.1" From 7dfb86a19198f0c57693af3e6c4717111cd69106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 8 Jun 2026 09:04:59 +0200 Subject: [PATCH 2/2] Accept v1.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 210d51c..f5782d1 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" [compat] CEnum = "0.5" -Downloads = "1.7.0" +Downloads = "1.6" JuMP = "1.30.1" MathOptInterface = "1" MathOptVRP = "0.1"