Skip to content

Commit dfacef5

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <8,>=7 to >=7,<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@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55cea0a commit dfacef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-salad >= 5.0.20200220195218, < 9
22
junit-xml >= 1.8
3-
pytest >= 7, < 8
3+
pytest >= 7, < 9
44
defusedxml
55
importlib_resources>=1.4;python_version<'3.9'

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cwlref-runner
22
cwltool
3-
pytest >= 7, < 8
3+
pytest >= 7, < 9
44
pytest-cov
55
pytest-xdist

0 commit comments

Comments
 (0)