From f33641ee4090c8ff74dbc6de271d92d4799edd3f Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot Date: Sat, 31 Dec 2022 17:22:45 -0700 Subject: [PATCH] Bump vtk from 9.2.2 to 9.2.4 Bumps [vtk](https://vtk.org) from 9.2.2 to 9.2.4. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de0285103e9..bc40a9422f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ tests = [ "pytest-cov==4.0.0", "pyvista==0.37.0", "pyansys-tools-report==0.4.1", - "vtk==9.2.2", + "vtk==9.2.4", "pytest-rerunfailures==10.3", ] doc = [ @@ -87,7 +87,7 @@ doc = [ "sphinx-notfound-page==0.8.3", "sphinxcontrib-websupport==1.2.4", "sphinxemoji==0.2.0", - "vtk==9.2.2", + "vtk==9.2.4", "sphinxcontrib-googleanalytics @ git+https://github.com/sphinx-contrib/googleanalytics.git", ]