From 1655554a6ab7926a0268eaec17451083801afd8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:57:40 +0000 Subject: [PATCH] Update DataInterpolations requirement from 5, 6, 8.10, 9.0 to 5, 6, 8.10, 9.0, 10.1 Updates the requirements on [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) to permit the latest version. Updates `DataInterpolations` to 10.1.0 - [Release notes](https://github.com/SciML/DataInterpolations.jl/releases) - [Changelog](https://github.com/SciML/DataInterpolations.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/DataInterpolations.jl/commits/v10.1.0) --- updated-dependencies: - dependency-name: DataInterpolations dependency-version: 10.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 8cae03c..9c762b4 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -18,7 +18,7 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -DataInterpolations = "5, 6, 8.10, 9.0" +DataInterpolations = "5, 6, 8.10, 9.0, 10.1" DifferentialEquations = "8" Documenter = "1" ForwardDiff = "0.10, 1.4"