Skip to content

Commit fc233e0

Browse files
chore(deps-dev): Update pytest-cov requirement from >=6.0.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@v6.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 8778234 commit fc233e0

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
@@ -18,7 +18,7 @@ dev = [
1818
"ruff>=0.15.21",
1919
"pyright>=1.1.411",
2020
"pre-commit>=4.6.0",
21-
"pytest-cov>=6.0.0",
21+
"pytest-cov>=7.1.0",
2222
"pytest-asyncio>=1.4.0",
2323
"pytest>=8.0.0",
2424
]

0 commit comments

Comments
 (0)