diff --git a/lib/BVProblemLibrary/Project.toml b/lib/BVProblemLibrary/Project.toml index 62eda2b..12880b0 100644 --- a/lib/BVProblemLibrary/Project.toml +++ b/lib/BVProblemLibrary/Project.toml @@ -10,6 +10,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] Aqua = "0.8" DiffEqBase = "6" +Markdown = "1.10" SpecialFunctions = "2.3" julia = "1.10" diff --git a/lib/DAEProblemLibrary/Project.toml b/lib/DAEProblemLibrary/Project.toml index a41460d..6a6d676 100644 --- a/lib/DAEProblemLibrary/Project.toml +++ b/lib/DAEProblemLibrary/Project.toml @@ -7,8 +7,9 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" [compat] -Aqua = "0.5" +Aqua = "0.8" DiffEqBase = "6" +Markdown = "1.10" julia = "1.10" [extras] diff --git a/lib/DDEProblemLibrary/Project.toml b/lib/DDEProblemLibrary/Project.toml index 9ce558d..aea3aa6 100644 --- a/lib/DDEProblemLibrary/Project.toml +++ b/lib/DDEProblemLibrary/Project.toml @@ -6,7 +6,7 @@ version = "0.1.3" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [compat] -Aqua = "0.5" +Aqua = "0.8" DiffEqBase = "6" julia = "1.10" diff --git a/lib/JumpProblemLibrary/Project.toml b/lib/JumpProblemLibrary/Project.toml index 781381f..add87d1 100644 --- a/lib/JumpProblemLibrary/Project.toml +++ b/lib/JumpProblemLibrary/Project.toml @@ -8,7 +8,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47" [compat] -Aqua = "0.5" +Aqua = "0.8" Catalyst = "15" DiffEqBase = "6" RuntimeGeneratedFunctions = "0.5" diff --git a/lib/JumpProblemLibrary/test/runtests.jl b/lib/JumpProblemLibrary/test/runtests.jl index 92bbf69..044e97a 100644 --- a/lib/JumpProblemLibrary/test/runtests.jl +++ b/lib/JumpProblemLibrary/test/runtests.jl @@ -5,4 +5,4 @@ using JumpProblemLibrary # Ambiguity checks are disabled since tests fail due to ambiguities # in dependencies using Aqua -Aqua.test_all(JumpProblemLibrary; ambiguities = false) +Aqua.test_all(JumpProblemLibrary; ambiguities = false, persistent_tasks = false) diff --git a/lib/ODEProblemLibrary/Project.toml b/lib/ODEProblemLibrary/Project.toml index 79be534..76fcc57 100644 --- a/lib/ODEProblemLibrary/Project.toml +++ b/lib/ODEProblemLibrary/Project.toml @@ -9,8 +9,11 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -Aqua = "0.5" +Aqua = "0.8" DiffEqBase = "6" +LinearAlgebra = "1.10" +Markdown = "1.10" +Random = "1.10" julia = "1.10" [extras] diff --git a/lib/SDEProblemLibrary/Project.toml b/lib/SDEProblemLibrary/Project.toml index bc88083..a1727f1 100644 --- a/lib/SDEProblemLibrary/Project.toml +++ b/lib/SDEProblemLibrary/Project.toml @@ -9,8 +9,9 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] -Aqua = "0.5" +Aqua = "0.8" DiffEqBase = "6" +Markdown = "1.10" RuntimeGeneratedFunctions = "0.5" SciMLBase = "2.0.1" julia = "1.10" diff --git a/lib/SDEProblemLibrary/test/runtests.jl b/lib/SDEProblemLibrary/test/runtests.jl index 817c570..ac537bf 100644 --- a/lib/SDEProblemLibrary/test/runtests.jl +++ b/lib/SDEProblemLibrary/test/runtests.jl @@ -5,4 +5,4 @@ using SDEProblemLibrary # Ambiguity checks are disabled since tests fail due to ambiguities # in dependencies using Aqua -Aqua.test_all(SDEProblemLibrary; ambiguities = false) +Aqua.test_all(SDEProblemLibrary; ambiguities = false, persistent_tasks = false)