Skip to content

Commit 333054f

Browse files
Update pytest requirement from <8.1 to <8.5
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.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4faa1d1 commit 333054f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ invoke
66
junit-xml==1.9
77
packaging
88
# Pin pytest to preserve pytest cache behavior
9-
pytest<8.1
9+
pytest<8.5
1010
pytest-rerunfailures<=15.1
1111
pytest-timeout
1212
pytest-json-report

0 commit comments

Comments
 (0)