From 0a7a113b4ea7a6ee5ab630760eb2a5d86c96a149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:47:04 +0100 Subject: [PATCH] Update pytest-rerunfailures requirement from ==11.* to ==13.* (#3878) Updates the requirements on [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/11.0...13.0) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3f463408c..d1b003dcb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ dev = [ "pytest-cov", "pytest-django==4.*", "pytest-mock==3.10.*", - "pytest-rerunfailures==11.*", + "pytest-rerunfailures==13.*", "pytest-sugar", "pytest-xdist==3.3.*", "pytest==7.3.*",