From 18ca536e5e1a470671fbaa2621756dbf8119cb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:34:44 +0000 Subject: [PATCH] Update SciMLBase requirement 3.0 in the all-julia-packages group 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.0.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 f6f1036..33884d8 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ DiffEqBase = "6.62" ExplicitImports = "1.14.0" GeometricIntegrators = "0.15, 0.16" Reexport = "0.2, 1" -SciMLBase = "2" +SciMLBase = "2, 3.0" julia = "1.10" [extras]