Skip to content

Commit 716aa34

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 9e144ac commit 716aa34

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
@@ -5,7 +5,7 @@ invoke
55
junit-xml==1.9
66
packaging
77
# Pin pytest to preserve pytest cache behavior
8-
pytest<8.1
8+
pytest<8.5
99
pytest-rerunfailures
1010
pytest-timeout
1111
pytest-json-report

0 commit comments

Comments
 (0)