From 85db57ed6a761825515b211457bbbaf04c2fee64 Mon Sep 17 00:00:00 2001 From: Sebastian Stock <42280794+sostock@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:29:04 +0100 Subject: [PATCH] Update to Aqua v0.8 (#700) --- Project.toml | 2 +- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1e46baa2..c6e6b593 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ ConstructionBaseUnitfulExt = "ConstructionBase" InverseFunctionsUnitfulExt = "InverseFunctions" [compat] -Aqua = "0.6.3, 0.7" +Aqua = "0.8" ConstructionBase = "1" Dates = "<0.0.1, 1" InverseFunctions = "0.1" diff --git a/test/runtests.jl b/test/runtests.jl index 525462a3..58cdf958 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2256,4 +2256,4 @@ end using Aqua -Aqua.test_all(Unitful, ambiguities=VERSION≥v"1.1", unbound_args=false, piracy=VERSION≥v"1.8", project_toml_formatting=VERSION≥v"1.8") +Aqua.test_all(Unitful, ambiguities=VERSION≥v"1.1", unbound_args=false, piracies=VERSION≥v"1.8")