From 1a0f617716096adb267f81d42482153d36d1211c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:17:45 +0000 Subject: [PATCH] Update Interpolations requirement from 0.13, 0.14, 0.15 to 0.13, 0.14, 0.15, 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.3) --- updated-dependencies: - dependency-name: Interpolations dependency-version: 0.16.3 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 5271a94..5375ba3 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ ImageCore = "0.8, 0.9, 0.10" ImageDraw = "0.2" ImageTransformations = "0.8, 0.9, 0.10" IndirectArrays = "0.5, 1" -Interpolations = "0.13, 0.14, 0.15" +Interpolations = "0.13, 0.14, 0.15, 0.16" MosaicViews = "0.2, 0.3" OffsetArrays = "1" Parameters = "0.12"