From 336d956fcfb4c796728ac8f0e761660aa93e01b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:42:32 +0000 Subject: [PATCH] Update FiniteVolumeMethod requirement to 1.2.2 Updates the requirements on [FiniteVolumeMethod](https://github.com/SciML/FiniteVolumeMethod.jl) to permit the latest version. Updates `FiniteVolumeMethod` to 1.2.2 - [Release notes](https://github.com/SciML/FiniteVolumeMethod.jl/releases) - [Commits](https://github.com/SciML/FiniteVolumeMethod.jl/commits) --- updated-dependencies: - 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 60751dca..37202a7b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -53,6 +53,7 @@ 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"