From da1a976fa45d6153553411d13e5778590a3f1ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:19:30 +0000 Subject: [PATCH] Bump pyvista from 0.41.1 to 0.42.0 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.41.1 to 0.42.0. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.41.1...v0.42.0) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f900a65b..ed325fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "pytest==7.4.0", "pytest-cov==4.1.0", "pytest-rerunfailures==12.0", - "pyvista==0.41.1", + "pyvista==0.42.0", "vtk==9.2.6", ] doc = [ @@ -56,7 +56,7 @@ doc = [ "pandas==2.0.3", "pypandoc==1.11", "pytest-sphinx==0.5.0", - "pyvista==0.41.1", + "pyvista==0.42.0", "sphinx-autobuild==2021.3.14", "sphinx-autodoc-typehints==1.24.0", "sphinx-copybutton==0.5.2",