From 6bc4a8d7eaed36dda8a0b42422eb0fb4cf831ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 11:43:07 +0100 Subject: [PATCH] Bump coverage from 5.3 to 6.0.2 (#1891) Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.3 to 6.0.2. - [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.3...6.0.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca4ae728..53ae0042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ wheel==0.36.2 # Tests & Linting autoflake==1.4 black==20.8b1 -coverage==5.3 +coverage==6.0.2 cryptography==3.4.8 flake8==3.9.2 flake8-bugbear==21.4.3 -- 2.47.3