Skip to content

Commit c6c9e5b

Browse files
Bump pytest-cov from 6.2.1 to 7.0.0 (#179)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.1 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92d1ebf commit c6c9e5b

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
@@ -63,7 +63,7 @@ dependencies = [
6363
dynamic = ["version"]
6464

6565
[project.optional-dependencies]
66-
dev = ["pytest==8.4.2", "pytest-cov==6.2.1", "black==25.1.0", "flake8==7.3.0"]
66+
dev = ["pytest==8.4.2", "pytest-cov==7.0.0", "black==25.1.0", "flake8==7.3.0"]
6767
docs = [
6868
"sphinx==8.0.2",
6969
"sphinx-rtd-theme==3.0.2",

0 commit comments

Comments
 (0)