From 5989a2b610e8fdb503ffaa1ea30a2b98bc6a9920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:35:06 +0000 Subject: [PATCH] Update H2Trees requirement from 0.3 to 0.3, 0.4 Updates the requirements on [H2Trees](https://github.com/djukic14/H2Trees.jl) to permit the latest version. - [Release notes](https://github.com/djukic14/H2Trees.jl/releases) - [Commits](https://github.com/djukic14/H2Trees.jl/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: H2Trees dependency-version: 0.4.0 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 3f131dc..374b10c 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ BlockSparseMatrices = "0.3" CompScienceMeshes = "0.11, 0.12" ExaFMMt = "0.1" ExplicitImports = "1" -H2Trees = "0.3" +H2Trees = "0.3, 0.4" JET = "0.9, 0.10, 0.11" JuliaFormatter = "2" LinearAlgebra = "1.10"