From 01207e590cba257fad27a85e3d339842e51c6a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:20:38 +0000 Subject: [PATCH] Update SciMLBase requirement 3.1 Updates the requirements on [SciMLBase](https://github.com/SciML/SciMLBase.jl) to permit the latest version. Updates `SciMLBase` to 3.1.0 - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](https://github.com/SciML/SciMLBase.jl/compare/v2.81.0...v3.1.0) --- updated-dependencies: - dependency-name: SciMLBase dependency-version: 3.1.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index b729477a2..bfe0b5785 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -86,7 +86,7 @@ OrdinaryDiffEqCore = "1, 2.0, 3.1" Plots = "1" RecursiveArrayTools = "3, 4" SDEProblemLibrary = "0.1, 1" -SciMLBase = "2.81.0" +SciMLBase = "2.81.0, 3.1" SciMLOperators = "0.3, 0.4, 1" SimpleDiffEq = "1" SparseConnectivityTracer = "0.6, 1"