From 246d541d436604c04c451af20f3f0335f24201aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 06:59:00 +0000 Subject: [PATCH] Bump coverage from 6.1.1 to 6.1.2 (#6297) Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.1.1 to 6.1.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/6.1.1...6.1.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 4c7c847220..e5042c0f30 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ -r base.txt Brotli==1.0.9 -coverage==6.1.1 +coverage==6.1.2 cryptography==35.0.0; platform_machine!="i686" # no 32-bit wheels; no python 3.9 wheels yet freezegun==1.1.0 mypy==0.910; implementation_name=="cpython"