Skip to content

Commit c5efdba

Browse files
build(deps): bump pytest-cov from 7.0.0 to 7.1.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4707ef2 commit c5efdba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies = []
77
[project.optional-dependencies]
88
test = [
99
"pytest==9.0.2",
10-
"pytest-cov==7.0.0",
10+
"pytest-cov==7.1.0",
1111
]
1212
dev = [
1313
"pre-commit==4.5.1",

0 commit comments

Comments
 (0)