From 3198641a00ff3699a93a8eb64143530f38c6a241 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:02:30 -0500 Subject: [PATCH] build(deps): update dependency dev/pytest-rerunfailures to v14 (#540) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64258e72..f7ccf781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest==8.1.1", "pytest-cov==4.1.0", "pytest-mock==3.12.0", - "pytest-rerunfailures==13.0", + "pytest-rerunfailures==14.0", "pytest-subprocess==1.5.0", "pytest-xdist==3.5.0", "pytest-time==0.3.1",