From 01966ae6c5b0c0ce45ee4371f27f90a490596d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 04:27:16 +0000 Subject: [PATCH] Update meshio requirement from <5.3.5 to <5.3.6 Updates the requirements on [meshio](https://github.com/nschloe/meshio) to permit the latest version. - [Release notes](https://github.com/nschloe/meshio/releases) - [Changelog](https://github.com/nschloe/meshio/blob/main/CHANGELOG.md) - [Commits](https://github.com/nschloe/meshio/compare/v0.1.0...v5.3.5) --- updated-dependencies: - dependency-name: meshio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 220e61ba..4010459f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ 'gmsh<4.12.3', - 'meshio<5.3.5', + 'meshio<5.3.6', 'pygmsh<7.1.18', 'pyvista<0.43.3', 'scooby<0.9.3', @@ -17,7 +17,7 @@ dynamic = [ ] dependencies = [ 'gmsh<4.12.3', - 'meshio<5.3.5', + 'meshio<5.3.6', 'pygmsh<7.1.18', 'pyvista<0.43.3', 'scooby<0.9.3',