Update coverage requirement from <7.0.0 to <8.0.0 (#578)

* Update coverage requirement from <7.0.0 to <8.0.0

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/coverage-3.0b1...7.3.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

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>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-11-13 08:56:06 -05:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <dependabot[bot]@users.noreply.github.com>
parent f02d6dee27
commit da436cbbe8
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ install_requires = [
]
tests_require = [
"requests>=2.0.0, <3.0.0",
"coverage<7.0.0",
"coverage<8.0.0",
"mock",
"pyyaml",
"pytest>=3.0.0",