Skip to content

Commit a8d89eb

Browse files
Update pytest-cov requirement from ^5.0.0 to >=5,<8 (#759)
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@v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 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 257d999 commit a8d89eb

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
@@ -56,7 +56,7 @@ isort = "^5.9.3"
5656
flake8 = "^5.0.4"
5757
bandit = "^1.7.4"
5858
coverage = "^7.1"
59-
pytest-cov = "^5.0.0"
59+
pytest-cov = ">=5,<8"
6060
pytest-xdist = "^3.1.0"
6161
unasync = "^0.6.0"
6262
pytest-asyncio = "^0.24.0"

0 commit comments

Comments
 (0)