From 04868f89d7999033530de1a0f4d621547e8a5f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 05:54:12 +0000 Subject: [PATCH] build(deps-dev): bump pyvista from 0.42.1 to 0.42.2 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.42.1 to 0.42.2. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.42.1...v0.42.2) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdccbc396..be0adcaf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pyvista==0.42.1", + "pyvista==0.42.2", "matplotlib==3.8.0", "numpy==1.25.2", "pytest==7.4.2", @@ -49,7 +49,7 @@ doc = [ "matplotlib==3.8.0", "imageio==2.31.3", "imageio-ffmpeg==0.4.8", - "pyvista==0.42.1", + "pyvista==0.42.2", "numpydoc==1.5.0", "Sphinx==7.2.6", "sphinx-autobuild==2021.3.14",