From b032ae958ba19ee232f642ec34997e4735db273c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:40:36 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [QPSReader](https://github.com/JuliaSmoothOptimizers/QPSReader.jl) and [Aqua](https://github.com/JuliaTesting/Aqua.jl) to permit the latest version. Updates `QPSReader` to 0.2.1 - [Release notes](https://github.com/JuliaSmoothOptimizers/QPSReader.jl/releases) - [Commits](https://github.com/JuliaSmoothOptimizers/QPSReader.jl/compare/v0.1.0...v0.2.1) 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: QPSReader dependency-version: 0.2.1 dependency-type: direct:production dependency-group: all-julia-packages - 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index bacf46d..99a0cfc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,3 +3,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" MathProgBenchmarks = "f7f8d0a1-fd34-491e-a7ac-a4cf52f91fe5" QPSReader = "10f199a5-22af-520b-b891-7ce84a7b1bd0" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Aqua = "0.8.14" +QPSReader = "0.2.1"