Skip to content

Commit ab310cf

Browse files
Update pytest requirement from <=7.2.1 to <=8.1.1 in /.github/scripts (#494)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@1.0.0b3...8.1.1) --- updated-dependencies: - dependency-name: pytest 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 595239e commit ab310cf

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
@@ -3,7 +3,7 @@ setuptools <=69.1.1 ; python_version >= '3.8'
33
pip <23.0 ; python_version == '2.7'
44
pip ; python_version >= '3.5'
55
pylint <2.15.10
6-
pytest <=7.2.1
6+
pytest <=8.1.1
77
pytest-pylint <=1.1.2
88
pytest-runner <6.0.0
99
termcolor <2.5.0

0 commit comments

Comments
 (0)