From f11b147c50dfe9814022d5dbd15659f2dfa3f6a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:57:14 +0000 Subject: [PATCH] Update DataInterpolations requirement from 4, 5, 6, 7, 8 to 4, 5, 6, 7, 8, 9.0 Updates the requirements on [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) to permit the latest version. Updates `DataInterpolations` to 9.0.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) --- updated-dependencies: - dependency-name: DataInterpolations dependency-version: 9.0.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 24f9565f..6a7641ff 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] CommonSolve = "0.2" -DataInterpolations = "4, 5, 6, 7, 8" +DataInterpolations = "4, 5, 6, 7, 8, 9.0" DiffEqBase = "6.211, 7" DocStringExtensions = "0.7, 0.8, 0.9" LinearAlgebra = "1"