Update coverage requirement from ^6.4 to ^7.1 (#466)
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.4...7.1.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd7d45ab87
commit
5c0c0b4b6f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ black = "^22.10"
|
|||
isort = "^5.9.3"
|
||||
flake8 = "^5.0.4"
|
||||
bandit = "^1.7.4"
|
||||
coverage = "^6.4"
|
||||
coverage = "^7.1"
|
||||
pytest-cov = "^4.0.0"
|
||||
pytest-xdist = "^3.1.0"
|
||||
unasync = "^0.5.0"
|
||||
|
|
Loading…
Reference in a new issue