Skip to content

Commit f2342cd

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <8 to <9
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.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5be17b1 commit f2342cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Changelog = "https://github.com/common-workflow-language/cwl-utils/releases"
4343
[project.optional-dependencies]
4444
pretty = ["cwlformat"]
4545
testing = [
46-
"pytest<8",
46+
"pytest<9",
4747
"pytest-mock",
4848
]
4949

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest < 8
1+
pytest < 9
22
pytest-cov
33
pytest-xdist
44
cwlformat

0 commit comments

Comments
 (0)