From f452856f38c286fc71948c1ee0d170d3d75d0d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:05:11 +0000 Subject: [PATCH] Update DataInterpolations requirement from 7.2, 8 to 7.2, 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] --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 0547d99a4b..c66f040509 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -63,7 +63,7 @@ BifurcationKit = "0.5, 0.8" CairoMakie = "0.15" Catalyst = "16" DataFrames = "1.6" -DataInterpolations = "7.2, 8" +DataInterpolations = "7.2, 8, 9.0" DiffEqBase = "6.159.0, 7" DiffEqNoiseProcess = "5.31.1" Distributions = "0.25"