Skip to content

Commit 8aca4af

Browse files
Chore(deps): 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:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6bcfdbd commit 8aca4af

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
@@ -113,7 +113,7 @@ optional-dependencies.test = [
113113
"pandas<2.4",
114114
"pueblo>=0.0.7",
115115
"pytest<9",
116-
"pytest-cov<7",
116+
"pytest-cov<8",
117117
"pytest-mock<4",
118118
]
119119
optional-dependencies.vector = [

0 commit comments

Comments
 (0)