Skip to content

Commit 78998d2

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps-dev): Update pytest-cov requirement from <7 to <8
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...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d93519 commit 78998d2

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<7",
112+
"pytest-cov<8",
113113
"pytest-regressions<3",
114114
"sphinx_pytest<0.3",
115115
]

0 commit comments

Comments
 (0)