From 5c0c0b4b6f20dbb33b300f5a088ab19481f109c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:12:39 +0200 Subject: [PATCH] Update coverage requirement from ^6.4 to ^7.1 (#466) 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.4...7.1.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 96b5d0a..8672e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ black = "^22.10" isort = "^5.9.3" flake8 = "^5.0.4" bandit = "^1.7.4" -coverage = "^6.4" +coverage = "^7.1" pytest-cov = "^4.0.0" pytest-xdist = "^3.1.0" unasync = "^0.5.0"