Skip to content

Commit 0784f32

Browse files
chore(deps-dev): update pytest-cov requirement from >=4,<6 to >=4,<7
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...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a7d643 commit 0784f32

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
@@ -44,7 +44,7 @@ tox = "4.16.0"
4444

4545
[tool.poetry.group.test.dependencies]
4646
pytest = ">=7.1.2,<9.0.0"
47-
pytest-cov = ">=4,<6"
47+
pytest-cov = ">=4,<7"
4848

4949

5050
[tool.poetry.group.test-flake8.dependencies]

0 commit comments

Comments
 (0)