From dbe412bbfd16b348e62717d8ebf6495ff1e26877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:20:30 +0000 Subject: [PATCH] Update Gridap requirement from 0.19.8 to 0.19.8, 0.20 Updates the requirements on [Gridap](https://github.com/gridap/Gridap.jl) to permit the latest version. - [Release notes](https://github.com/gridap/Gridap.jl/releases) - [Changelog](https://github.com/gridap/Gridap.jl/blob/master/NEWS.md) - [Commits](https://github.com/gridap/Gridap.jl/compare/v0.19.8...v0.20.8) --- updated-dependencies: - dependency-name: Gridap dependency-version: 0.20.8 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 4296007..b695916 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ HyperFEMDistributed = ["GridapDistributed", "GridapPETSc", "PartitionedArrays"] AbstractTrees = "0.4" BlockArrays = "1.9" ForwardDiff = "1.3" -Gridap = "0.19.8" +Gridap = "0.19.8, 0.20" GridapDistributed = "0.4.12" GridapGmsh = "0.7" GridapPETSc = "0.5"