From f680a4562f8a5b09ea87850fbe516f5f14f42b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:11:07 +0200 Subject: [PATCH] build(deps-dev): bump pyvista from 0.42.2 to 0.42.3 (#299) 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 111a4bde5..2d9690684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pyvista==0.42.2", + "pyvista==0.42.3", "matplotlib==3.8.0", "numpy==1.26.0", "pytest==7.4.2", @@ -49,7 +49,7 @@ doc = [ "matplotlib==3.8.0", "imageio==2.31.5", "imageio-ffmpeg==0.4.9", - "pyvista==0.42.2", + "pyvista==0.42.3", "numpydoc==1.5.0", "Sphinx==7.2.6", "sphinx-autobuild==2021.3.14",