From b786ea4f93d8404f544e77727f8d84719e395002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:44:53 +0000 Subject: [PATCH] Update SciMLTesting requirement 2.2 Updates the requirements on [SciMLTesting](https://github.com/SciML/SciMLTesting.jl) to permit the latest version. Updates `SciMLTesting` to 2.2.0 - [Release notes](https://github.com/SciML/SciMLTesting.jl/releases) - [Commits](https://github.com/SciML/SciMLTesting.jl/commits) --- updated-dependencies: - dependency-name: SciMLTesting dependency-version: 2.2.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/qa/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 2045966..a1c47b5 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -13,5 +13,5 @@ Aqua = "0.8" FindFirstFunctions = "1, 2.1, 3" JET = "0.9, 0.10, 0.11" SafeTestsets = "0.0.1, 0.1" -SciMLTesting = "1.6" +SciMLTesting = "1.6, 2.2" Test = "1.10"