summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-20 06:12:36 -0800
committerGitHub <noreply@github.com>2022-12-20 06:12:36 -0800
commit67b3a24cb7ea63e5746d2e05074de3561a5771bd (patch)
tree46cb10e93829449d518e7a7cc956ba77ce6b124c
parent9f7be26945a748d12373b9285c3914375f59170b (diff)
downloaddnspython-67b3a24cb7ea63e5746d2e05074de3561a5771bd.tar.gz
Update coverage requirement from ^6.0 to ^7.0 (#874)
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>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 13f7803..193a33b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"