]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update coverage requirement from ^6.0 to ^7.0 (#874)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 20 Dec 2022 14:12:36 +0000 (06:12 -0800)
committerGitHub <noreply@github.com>
Tue, 20 Dec 2022 14:12:36 +0000 (06:12 -0800)
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/6.0...7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 13f7803391c5dd961084b51f3798ff3c7db2b23e..193a33b4d29d24381e346ab60e8e0244b15a14ad 100644 (file)
@@ -56,7 +56,7 @@ pytest = ">=5.4.1,<8"
 pytest-cov = "^4.0.0"
 flake8 = "^5.0.3"
 sphinx = "^4.0.0"
-coverage = "^6.0"
+coverage = "^7.0"
 twine = "^4.0.0"
 wheel = "^0.38.1"
 pylint = "^2.7.4"