Skip to content

Commit

Permalink
Update coverage requirement from <7 to <8
Browse files Browse the repository at this point in the history
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@coverage-3.0b1...7.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Mar 29, 2024
1 parent a65a2b3 commit a8c2580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -66,7 +66,7 @@ mosquitto = "pytest_mqtt.mosquitto"

[project.optional-dependencies]
test = [
"coverage<7",
"coverage<8",
"pytest<8",
"pytest-fixture-order<1",
"pytest-ordering<1",
Expand Down

0 comments on commit a8c2580

Please sign in to comment.