From 25945f92f7eb86d74f1c9f2c9c9cf47f08e0b66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:15:43 +0000 Subject: [PATCH] Bump pyvista[trame] from 0.38.3 to 0.38.4 Bumps [pyvista[trame]](https://github.com/pyvista/pyvista) from 0.38.3 to 0.38.4. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.38.3...v0.38.4) --- updated-dependencies: - dependency-name: pyvista[trame] 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 ce0e28d6af..2856675392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "numpy==1.24.2", "Pint==0.20.1", "protobuf==3.20.3", - "pyvista[trame]==0.38.3", + "pyvista[trame]==0.38.4", "scipy==1.10.1", "six==1.16.0", "ansys-platform-instancemanagement==1.0.3", @@ -77,7 +77,7 @@ doc = [ "notebook==6.5.3", "numpydoc==1.5.0", "panel==0.14.4", - "pyvista[trame]==0.38.3", + "pyvista[trame]==0.38.4", "Sphinx==5.1.1", # PR349 - Duplicated documentation entries... "sphinx-autoapi==2.0.1", "sphinx-autodoc-typehints==1.19.1", # PR349 - Duplicated documentation entries...