From d76cd5e4e39ddd9801dd4d2f607146a4e683fd50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 09:13:59 +0000 Subject: [PATCH] Bump coverage from 5.2.1 to 5.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.2.1 to 5.3. - [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.1...coverage-5.3) 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 ecab04d..2f43461 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . black==19.3b0 -coverage==5.2.1 +coverage==5.3 mypy==0.761; python_version < '3.8' and python_implementation != 'PyPy' prospector==1.2.0; python_version < '3.8' and python_implementation != 'PyPy' pytest==6.0.1