From b709a087deb93ca31ca9b0907208f9d876e55062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 18:03:37 +0000 Subject: [PATCH] Bump pytest-pyvista from 0.1.6 to 0.1.7 Bumps [pytest-pyvista](https://github.com/pyvista/pytest-pyvista) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/pyvista/pytest-pyvista/releases) - [Commits](https://github.com/pyvista/pytest-pyvista/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: pytest-pyvista dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 017274df86..c609d81125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ tests = [ "docker==6.0.1", "pytest==7.2.2", "pytest-cov==4.0.0", - "pytest-pyvista==0.1.6", + "pytest-pyvista==0.1.7", ] doc = [ "ansys-sphinx-theme==0.9.5",