From ffab71fce863980a11abc9b67ce2068a0c398658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:06:00 +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.104.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 483cb03c..840249c9 100644 --- a/Project.toml +++ b/Project.toml @@ -70,7 +70,7 @@ QuadGK = "2.11" Random = "1.10" Reexport = "1.2" SafeTestsets = "0.1" -SciMLBase = "2.104" +SciMLBase = "2.104, 3.0" SciMLLogging = "1.7.0" StaticArrays = "1" Test = "1.10"