Skip to content

Commit 5c0c0b4

Browse files
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](nedbat/coveragepy@6.4...7.1.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd7d45a commit 5c0c0b4

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
@@ -54,7 +54,7 @@ black = "^22.10"
5454
isort = "^5.9.3"
5555
flake8 = "^5.0.4"
5656
bandit = "^1.7.4"
57-
coverage = "^6.4"
57+
coverage = "^7.1"
5858
pytest-cov = "^4.0.0"
5959
pytest-xdist = "^3.1.0"
6060
unasync = "^0.5.0"

0 commit comments

Comments
 (0)