From a375fb35dad278da1b8149347516e28be88dbd02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:07:38 +0200 Subject: [PATCH] build(deps-dev): bump pyvista from 0.42.0 to 0.42.1 (#277) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eeb23b2a7..62a6bb817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pyvista==0.42.0", + "pyvista==0.42.1", "matplotlib==3.7.2", "numpy==1.25.2", "pytest==7.4.1", @@ -49,7 +49,7 @@ doc = [ "matplotlib==3.7.2", "imageio==2.31.2", "imageio-ffmpeg==0.4.8", - "pyvista==0.42.0", + "pyvista==0.42.1", "numpydoc==1.5.0", "Sphinx==7.2.5", "sphinx-autobuild==2021.3.14",