From 0f02c130a4b9432c8e41decbbf49f91d5009ddf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 08:21:25 +0000 Subject: [PATCH] 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.115.0...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 520bda1f..0bee5870 100644 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ Random = "1" RecursiveArrayTools = "3.35, 4" Reexport = "1.2" SafeTestsets = "0.1" -SciMLBase = "2.115" +SciMLBase = "2.115, 3.0" StableRNGs = "1" StaticArrays = "1.9.8" Statistics = "1"