Skip to content

Commit d61c3a7

Browse files
build(deps-dev): update pytest-cov requirement (#97)
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.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da17452 commit d61c3a7

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
@@ -42,7 +42,7 @@ isort = "^5.12.0"
4242
pre-commit = ">=3.3.3,<5.0.0"
4343
pysen = ">=0.10.5,<0.12.0"
4444
pytest = ">=7.4,<9.0"
45-
pytest-cov = ">=4.1,<6.0"
45+
pytest-cov = ">=4.1,<7.0"
4646
pytest-xdist = "^3.3.1"
4747

4848
[build-system]

0 commit comments

Comments
 (0)