From c242619e1c9f14a7b45cf8b0d163e49b06f2d803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:23:59 +0000 Subject: [PATCH] Update Aqua requirement to 0.8.16 Updates the requirements on [Aqua](https://github.com/JuliaTesting/Aqua.jl) to permit the latest version. - [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.16) --- updated-dependencies: - dependency-name: Aqua dependency-version: 0.8.16 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 3f088776..ad820094 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,4 +11,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" [compat] +Aqua = "0.8.16" PyCall = "1"