From ff4cd6caa7bd10a06d3fc28c5e2c2428c2628409 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 09:56:29 +0000 Subject: [PATCH] Bump coverage from 5.2 to 5.2.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.2 to 5.2.1. - [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.2...coverage-5.2.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f68cb2..2b2912b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . black==19.3b0 -coverage==5.2 +coverage==5.2.1 mypy==0.761; python_version < '3.8' and python_implementation != 'PyPy' prospector==1.2.0; python_version < '3.8' and python_implementation != 'PyPy' pytest==5.4.3