From 0656891bbae9a1e5abaf5aeb98cd873352914af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 10:21:40 +0000 Subject: [PATCH] chore(deps): update SciMLBase requirement 3.0 Updates the requirements on [SciMLBase](https://github.com/SciML/SciMLBase.jl) to permit the latest version. Updates `SciMLBase` to 3.0.0 - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](https://github.com/SciML/SciMLBase.jl/compare/v2.53.1...v3.0.0) --- updated-dependencies: - dependency-name: SciMLBase dependency-version: 3.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3841803..da7769c 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ NonlinearProblemLibrary = "0.1.2" PrecompileTools = "1" ReTestItems = "1.28.0" ReverseDiff = "1.15.3" -SciMLBase = "2.53.1" +SciMLBase = "2.53.1, 3.0" SciMLJacobianOperators = "0.1" StaticArraysCore = "1.4" Test = "1.10"