From 722614b38cb1a00bdc82e933336a817041c733f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 13:03:35 +0000 Subject: [PATCH] build(deps): Update SciMLBase requirement from 2.53 to 2.53, 3.16 Updates the requirements on [SciMLBase](https://github.com/SciML/SciMLBase.jl) to permit the latest version. - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](https://github.com/SciML/SciMLBase.jl/compare/v2.53.0...v3.16.0) --- updated-dependencies: - dependency-name: SciMLBase dependency-version: 3.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 767038e..696875f 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] CommonSolve = "0.2" LineSearch = "0.1" -SciMLBase = "2.53" +SciMLBase = "2.53, 3.16" julia = "1.10" [extras]