From 14914890c717f0884bfbbe4c9d5e0f826f899ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:19:12 +0000 Subject: [PATCH] Bump pyvista[trame] from 0.42.3 to 0.43.0 (#2553) Bumps [pyvista[trame]](https://github.com/pyvista/pyvista) from 0.42.3 to 0.43.0. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.42.3...v0.43.0) --- updated-dependencies: - dependency-name: pyvista[trame] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 700f1b5521..72dfaeef3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "pyiges[full]==0.3.1", "pytest==7.4.3", "pytest-cov==4.1.0", - "pyvista==0.42.3", + "pyvista==0.43.0", "pyansys-tools-report==0.7.0", "vtk==9.3.0", "pytest-rerunfailures==13.0",