Skip to content

Commit 5f31ed2

Browse files
build(deps): update pytest-rerunfailures requirement from <16.0 to <17.0 (#10859)
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@1.0.0...16.0) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e896d3 commit 5f31ed2

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
@@ -111,7 +111,7 @@ tests = [
111111
"dvc-ssh",
112112
"filelock",
113113
"pytest>=7,<9",
114-
"pytest-rerunfailures<16.0",
114+
"pytest-rerunfailures<17.0",
115115
"pytest-cov>=4.1.0",
116116
"pytest-docker>=1,<4",
117117
"pytest-mock",

0 commit comments

Comments
 (0)