Skip to content

Commit e7a4008

Browse files
Update coverage requirement from ==6.* to ==7.*
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](coveragepy/coveragepy@6.0b1...7.0.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a14db0 commit e7a4008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.*
2-
coverage==6.*
2+
coverage==7.*
33
pytest-asyncio==0.*

0 commit comments

Comments
 (0)