From 579a5a8074d1d4f391ef92d9a3c8ffed5535ab0c Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Thu, 16 Nov 2023 11:55:49 +0100 Subject: [PATCH 1/2] try aqua 0.8 --- Project.toml | 1 + test/Aqua.jl | 3 +-- test/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 8e9ed360..fc9ae173 100644 --- a/Project.toml +++ b/Project.toml @@ -28,6 +28,7 @@ CxxWrap = "~0.14" JSON = "^0.20, ^0.21" Libdl = "^1.6" Mongoc = "~0.6.0, ~0.7.0, ~0.8.0, ~0.9.0" +MozillaCACerts_jll = "2020 - 2023" Ninja_jll = "^1.11.1" Perl_jll = "^5.34.0" Pkg = "^1.6" diff --git a/test/Aqua.jl b/test/Aqua.jl index fa8e37f6..f52431c2 100644 --- a/test/Aqua.jl +++ b/test/Aqua.jl @@ -12,8 +12,7 @@ using Aqua project_extras=true, stale_deps=true, deps_compat=true, - project_toml_formatting=true, # this is also disabled to to the way libcxxwrap defines c++ function mappings - piracy=false, + piracies=false, ) end diff --git a/test/Project.toml b/test/Project.toml index 9ddfeb77..345980a4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,4 +3,4 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.7" +Aqua = "0.8" From e8ca6563c6c06ba6e5725521a8e9c8df311b2e8b Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Thu, 16 Nov 2023 17:59:16 +0100 Subject: [PATCH 2/2] Update test/Project.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lars Göttgens --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 345980a4..191fe8f0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,4 +3,4 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.8" +Aqua = "0.8.2"