From e8d598eb186529725ec0e746a33f38de06a6e88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 04:58:50 +0000 Subject: [PATCH] build(deps): update gmsh requirement from 4.13.0 to 4.13.1 Updates the requirements on [gmsh](https://gmsh.info) to permit the latest version. --- updated-dependencies: - dependency-name: gmsh dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b553323b..6c6de116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Documentation = "https://HelgeGehring.github.io/femwell/" [tool.poetry.dependencies] python = ">=3.8" scikit-fem = ">=8.1.0" -gmsh = "4.13.0" +gmsh = "4.13.1" pygmsh = "*" matplotlib = "*" meshwell = ">=1.0.2"