From 27f7f762c5ee1e2d9371949b1096994899297faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:21:42 +0000 Subject: [PATCH] build(deps-dev): bump pyvista from 0.43.0 to 0.43.1 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.43.0 to 0.43.1. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.43.0...v0.43.1) --- 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 21b5ef891..39c6037d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pyvista==0.43.0", + "pyvista==0.43.1", "matplotlib==3.8.2", "numpy==1.26.2", "pytest==7.4.3", @@ -49,7 +49,7 @@ doc = [ "matplotlib==3.8.2", "imageio==2.33.1", "imageio-ffmpeg==0.4.9", - "pyvista==0.43.0", + "pyvista==0.43.1", "numpydoc==1.6.0", "Sphinx==7.2.6", "sphinx-autobuild==2021.3.14",