Skip to content

Commit 8f272ad

Browse files
Update pytest-cov requirement from ~=6.0 to ~=7.0
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@v6.0.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 11ac382 commit 8f272ad

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
@@ -98,7 +98,7 @@ tests = [
9898
"pytest~=8.3",
9999
"codecov~=2.1",
100100
"coverage~=7.6",
101-
"pytest-cov~=6.0",
101+
"pytest-cov~=7.0",
102102
]
103103
build = [
104104
"twine~=6.1",

0 commit comments

Comments
 (0)