Skip to content

Commit f36b93e

Browse files
dependabot[bot]amotl
authored andcommitted
Update pytest-cov requirement from <6 to <7
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed9c9c0 commit f36b93e

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
@@ -109,7 +109,7 @@ release = [
109109
]
110110
test = [
111111
"pytest<9",
112-
"pytest-cov<6",
112+
"pytest-cov<7",
113113
"pytest-regressions<3",
114114
"sphinx_pytest<0.3",
115115
]

0 commit comments

Comments
 (0)