From 67b3a24cb7ea63e5746d2e05074de3561a5771bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 06:12:36 -0800 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13f78033..193a33b4 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" -- 2.47.3