Skip to content

Commit 00209bf

Browse files
Update pytest-runner requirement in /.github/scripts
Updates the requirements on [pytest-runner](https://github.com/pytest-dev/pytest-runner) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst) - [Commits](pytest-dev/pytest-runner@1.0a1...v6.0.1) --- updated-dependencies: - dependency-name: pytest-runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c417aec commit 00209bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pip ; python_version >= '3.5'
55
pylint <2.15.10
66
pytest <=7.2.1
77
pytest-pylint <=1.1.2
8-
pytest-runner <6.0.0
8+
pytest-runner <7.0.0
99
termcolor <2.2.0
1010
hypothesis <6.100.0
1111
python-Levenshtein <0.20.9 ; python_version == '2.7'

0 commit comments

Comments
 (0)