From dd35185f28d0e7ecb9feaa0355c9e6bab90198a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:37:08 +0000 Subject: [PATCH] Update Interpolations requirement from 0.10, 0.11, 0.12, 0.13, 0.14 to 0.10, 0.11, 0.12, 0.13, 0.14, 0.16 Updates the requirements on [Interpolations](https://github.com/JuliaMath/Interpolations.jl) to permit the latest version. - [Release notes](https://github.com/JuliaMath/Interpolations.jl/releases) - [Changelog](https://github.com/JuliaMath/Interpolations.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaMath/Interpolations.jl/commits/v0.16.2) --- updated-dependencies: - dependency-name: Interpolations dependency-version: 0.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 813f50d..39bce05 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" DataStructures = "0.17, 0.18, 0.19" ImageCore = "0.9, 0.10" ImageFiltering = "0.7" -Interpolations = "0.10, 0.11, 0.12, 0.13, 0.14" +Interpolations = "0.10, 0.11, 0.12, 0.13, 0.14, 0.16" Parameters = "0.12" Setfield = "1.0, 1.1" StaticArrays = "0.10, 0.11, 0.12, 1.0"