Skip to content

Commit f444fa0

Browse files
Update pytest-rerunfailures requirement from ==14.* to ==16.* (#1020)
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](pytest-dev/pytest-rerunfailures@14.0...16.1) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.1' dependency-type: direct:production ... Signed-off-by: Mario Behling <mb@mariobehling.de>
1 parent cd45416 commit f444fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dev = [
120120
'pytest-django==4.*',
121121
'pytest-xdist==3.6.*',
122122
'pytest-mock==3.14.*',
123-
'pytest-rerunfailures==14.*',
123+
'pytest-rerunfailures==16.*',
124124
'responses',
125125
'potypo',
126126
'freezegun',

0 commit comments

Comments
 (0)