From aefc7983728ea3f3aaae92ca33f1c8a7da791493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:03:34 +0000 Subject: [PATCH] Bump pyvista from 0.35.1 to 0.38.3 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.35.1 to 0.38.3. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.35.1...v0.38.3) --- 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..ad096be 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.3" ]