From ce0ee9a8ec2cab34061e868ecab2b3319efb0e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:05:31 +0000 Subject: [PATCH] Bump pyvista from 0.35.1 to 0.38.4 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.35.1 to 0.38.4. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.35.1...v0.38.4) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdccd66..1950ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,5 +15,5 @@ dependencies = [ [project.optional-dependencies] plotting = [ "matplotlib==3.5.1", - "pyvista==0.35.1" + "pyvista==0.38.4" ]