Skip to content

Commit 757a317

Browse files
deps(dev): update pytest-cov requirement from >=4.0 to >=7.1.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@v4.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3467af8 commit 757a317

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
@@ -23,7 +23,7 @@ dependencies = [
2323
license = ["revenueholdings-license>=0.1.0"]
2424
dev = [
2525
"pytest>=7.0",
26-
"pytest-cov>=4.0",
26+
"pytest-cov>=7.1.0",
2727
"mcp>=1.0",
2828
]
2929
mcp = ["mcp>=1.0"]

0 commit comments

Comments
 (0)