Skip to content

Commit 46c288e

Browse files
chore(deps): bump pytest-cov from 6.3.0 to 7.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c4e34a commit 46c288e

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
@@ -67,7 +67,7 @@ test = [
6767
"pytest >=7.2.0,<9.0.0",
6868
"pytest-cases ==3.9.1",
6969
"pytest-custom_exit_code ==0.3.0",
70-
"pytest-cov ==6.3.0", # Uses: coverage[toml] >=7.5
70+
"pytest-cov ==7.0.0", # Uses: coverage[toml] >=7.5
7171
"pytest-doctestplus ==1.4.0",
7272
"pytest-env ==1.1.5",
7373
]

0 commit comments

Comments
 (0)