From 8b5895aa7100b368d32fd35ef56e0e850b9bc26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:39:57 +0000 Subject: [PATCH] chore(deps): 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.0.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] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 26bd4891..33841eb3 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ OrdinaryDiffEq = "6.74" Pkg = "1.10" PrecompileTools = "1" Random = "1.10" -SciMLBase = "2" +SciMLBase = "2, 3.1" SciMLSensitivity = "7.43" StableRNGs = "1" Static = "1"