Skip to content

Commit f4af84d

Browse files
Update pytest-cov requirement from ^4.0.0 to ^5.0.0 (#620)
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...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Lorello <[email protected]>
1 parent 278ee0c commit f4af84d

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
@@ -55,7 +55,7 @@ isort = "^5.9.3"
5555
flake8 = "^5.0.4"
5656
bandit = "^1.7.4"
5757
coverage = "^7.1"
58-
pytest-cov = "^4.0.0"
58+
pytest-cov = "^5.0.0"
5959
pytest-xdist = "^3.1.0"
6060
unasync = "^0.6.0"
6161
pytest-asyncio = "^0.23.5"

0 commit comments

Comments
 (0)