From 8a09b9d9b5ce9dda4a178614952311aad2f7e9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:48:33 +0000 Subject: [PATCH] Update FillArrays requirement from 0.13 to 0.13, 1.15 Updates the requirements on [FillArrays](https://github.com/JuliaArrays/FillArrays.jl) to permit the latest version. - [Release notes](https://github.com/JuliaArrays/FillArrays.jl/releases) - [Commits](https://github.com/JuliaArrays/FillArrays.jl/compare/v0.13.0...v1.15.0) --- updated-dependencies: - dependency-name: FillArrays dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d2b6db5..0997a6a 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] Aqua = "0.6" Documenter = "0.27" -FillArrays = "0.13" +FillArrays = "0.13, 1.15" Graphs = "1.7" HiGHS = "1" JuMP = "1"