]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update coverage requirement from ^5.1 to ^6.0 696/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 4 Oct 2021 16:01:58 +0000 (16:01 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 16:01:58 +0000 (16:01 +0000)
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-5.1...6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pyproject.toml

index fdc5889e366fae8b069cac62940c01ff640018ed..8e0b19a9c6abcf108a667be38e4147e9fb428119 100644 (file)
@@ -24,7 +24,7 @@ pytest = ">=5.4.1,<7"
 pytest-cov = "^2.10.0"
 flake8 = "^3.7.9"
 sphinx = "^4.0.0"
-coverage = "^5.1"
+coverage = "^6.0"
 twine = "^3.1.1"
 wheel = "^0.35.0"
 pylint = "^2.7.4"