From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:01:58 +0000 (+0000) Subject: Update coverage requirement from ^5.1 to ^6.0 X-Git-Tag: v2.2.0rc1~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a0ad96104a3c0734cf16e5cd7cf3693277c5c1;p=thirdparty%2Fdnspython.git Update coverage requirement from ^5.1 to ^6.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-5.1...6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index fdc5889e..8e0b19a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"