From 6ae6464175bc938b18d399ded88d108a1e287d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:35:46 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) and [FiniteVolumeMethod](https://github.com/SciML/FiniteVolumeMethod.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) Updates `FiniteVolumeMethod` to 1.2.2 - [Release notes](https://github.com/SciML/FiniteVolumeMethod.jl/releases) - [Commits](https://github.com/SciML/FiniteVolumeMethod.jl/compare/v0.1.0...v1.2.2) --- updated-dependencies: - dependency-name: DataInterpolations dependency-version: 9.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: FiniteVolumeMethod dependency-version: 1.2.2 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 60751dca..4fb26e3c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -46,13 +46,14 @@ BenchmarkTools = "1.8.0" Bessels = "0.2.8" CairoMakie = "0.15.11" Cubature = "1.5.1" -DataInterpolations = "8.10.0" +DataInterpolations = "8.10.0, 9.0" DelaunayTriangulation = "1.6.6" DelimitedFiles = "1.9.1" DisplayAs = "0.1.6" ElasticArrays = "1.2.12" ExplicitImports = "1.15.0" FastGaussQuadrature = "1.3.0" +FiniteVolumeMethod = "1.2.2" Krylov = "0.10.6" LinearSolve = "3.84.0" NaturalNeighbours = "1.3.6"