Skip to content

Commit a5d4fa8

Browse files
Update coverage requirement from ~=6.4 to ~=6.5 (#1654)
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...6.5.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 6466fbd commit a5d4fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pytest~=7.1.3
44
pytest-asyncio~=0.19.0
55
# pytest-order~=1.0.1
66
mypy~=0.981
7-
coverage~=6.4
7+
coverage~=6.5

0 commit comments

Comments
 (0)