Skip to content

Commit d9681ae

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <8.4,>=6.0.2 to >=6.0.2,<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@6.0.2...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f8d114 commit d9681ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mypy = [
6262
test = [
6363
"cwltest",
6464
"cwltool >= 3.1.20220202110738",
65-
"pytest >= 6.0.2, < 8.4",
65+
"pytest >= 6.0.2, < 8.5",
6666
"pytest-cov",
6767
"pytest-xdist",
6868
]

0 commit comments

Comments
 (0)