From bdae1d6ec05223043ca9b5f649b45790ef162d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:01:11 +0000 Subject: [PATCH] Update DiffEqFinancial requirement to 2.10.0 Updates the requirements on [DiffEqFinancial](https://github.com/SciML/DiffEqFinancial.jl) to permit the latest version. Updates `DiffEqFinancial` to 2.10.0 - [Release notes](https://github.com/SciML/DiffEqFinancial.jl/releases) - [Commits](https://github.com/SciML/DiffEqFinancial.jl/commits) --- updated-dependencies: - dependency-name: DiffEqFinancial dependency-version: 2.10.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/qa/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 07e2526..16f366a 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -10,6 +10,7 @@ DiffEqFinancial = {path = "../.."} [compat] AllocCheck = "0.2" +DiffEqFinancial = "2.10.0" ExplicitImports = "1.14" JET = "0.9, 0.10, 0.11" Test = "1.10"