From 4b8ba46382924be153c1d5d6b3d99d9b78301973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:27:10 +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] --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index dc19075..fc1bdc4 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,7 +8,7 @@ RegularizationTools = "29dad682-9a27-4bc3-9c72-016788665182" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" [compat] -DataInterpolations = "4, 5, 6, 7, 8" +DataInterpolations = "4, 5, 6, 7, 8, 9.0" Documenter = "1" FindFirstFunctions = "1.4.2, 2.0, 3.0" Optim = "1, 2.0"