From cb6da81ca7fcf9917d2b43f43e622cd762cad090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:43:08 +0000 Subject: [PATCH] Update FiniteVolumeMethod requirement to 1.2.1 Updates the requirements on [FiniteVolumeMethod](https://github.com/SciML/FiniteVolumeMethod.jl) to permit the latest version. Updates `FiniteVolumeMethod` to 1.2.1 - [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.1 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..704ce87a 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.1" Krylov = "0.10.6" LinearSolve = "3.84.0" NaturalNeighbours = "1.3.6"