From 55297f78368eea912474cc58c631101b12d9fee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 00:14:39 +0000 Subject: [PATCH] Update Aqua requirement to 0.8.14 Updates the requirements on [Aqua](https://github.com/JuliaTesting/Aqua.jl) to permit the latest version. Updates `Aqua` to 0.8.14 - [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases) - [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaTesting/Aqua.jl/compare/v0.1.0...v0.8.14) --- updated-dependencies: - dependency-name: Aqua dependency-version: 0.8.14 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index ebc79ea..1d4fd12 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,3 +2,6 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" MathProgBenchmarks = "f7f8d0a1-fd34-491e-a7ac-a4cf52f91fe5" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Aqua = "0.8.14"