From af8338b23575509fccb9086502797df0dbc5598d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:56:08 +0000 Subject: [PATCH] Update DataInterpolations requirement from 5, 6, 8.10 to 5, 6, 8.10, 9.0 Updates the requirements on [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) to permit the latest version. Updates `DataInterpolations` to 9.0.2 - [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/v9.0.2) --- updated-dependencies: - dependency-name: DataInterpolations dependency-version: 9.0.2 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 16594bc..f83ccb0 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,7 +13,7 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -DataInterpolations = "5, 6, 8.10" +DataInterpolations = "5, 6, 8.10, 9.0" DifferentialEquations = "7, 8.0" Documenter = "1" ForwardDiff = "0.10, 1.4"