From 026edee6c23041d2b0ccde68e6b073f34b722dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:46:54 +0000 Subject: [PATCH] build(deps): update DataInterpolations requirement from 6.4, 7, 8, 9.0 to 6.4, 7, 8, 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 1d95d904..fda3a597 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,7 +14,7 @@ SciCompDSL = "91a8cdf1-4ca6-467b-a780-87fda3fff15e" [compat] ControlSystemsBase = "1.1" DataFrames = "1.7" -DataInterpolations = "6.4, 7, 8, 9.0" +DataInterpolations = "6.4, 7, 8, 9.0, 10.1" Documenter = "1" IfElse = "0.1" ModelingToolkit = "11"