From 001377e020c778223eb02bec1a14ff433f2f38cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:06:24 +0000 Subject: [PATCH] Bump pytest-rerunfailures from 11.1.1 to 11.1.2 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 11.1.1 to 11.1.2. - [Release notes](https://github.com/pytest-dev/pytest-rerunfailures/releases) - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/11.1.1...11.1.2) --- updated-dependencies: - dependency-name: pytest-rerunfailures 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 eafc7ab0..1e2d1f8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "pyansys-tools-report==0.5.0", "pytest==7.2.2", "pytest-cov==4.0.0", - "pytest-rerunfailures==11.1.1", + "pytest-rerunfailures==11.1.2", "pyvista==0.38.3", "vtk==9.2.6", ]