From a0d8328c871bc732ce878c6f8a48beaafd00c4b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 06:03:59 +0000 Subject: [PATCH] Bump pyvista from 0.40.1 to 0.41.1 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.40.1 to 0.41.1. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.40.1...v0.41.1) --- 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 ce49f72f..1cbb49f8 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.40.1", + "pyvista==0.41.1", "vtk==9.2.6", ] doc = [ @@ -56,7 +56,7 @@ doc = [ "pandas==2.0.3", "pypandoc==1.11", "pytest-sphinx==0.5.0", - "pyvista==0.40.1", + "pyvista==0.41.1", "sphinx-autobuild==2021.3.14", "sphinx-autodoc-typehints==1.24.0", "sphinx-copybutton==0.5.2",