From 5040f1270c1b531723c326bffa36bf95b6f90723 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:06:27 +0200 Subject: [PATCH] Updating pyvista doc dependency (#2411) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d70b56b23d..6e7f65a60f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ doc = [ "pypandoc==1.11", "pytest-sphinx==0.5.0", "pythreejs==2.4.2", - "pyvista[trame]==0.42.2", + "pyvista[trame]==0.42.3", "sphinx-autobuild==2021.3.14", "sphinx-autodoc-typehints==1.24.0", "sphinx-copybutton==0.5.2",