From 55c5cbf47ae3001ddee26d02002fbabab9f72e51 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 11:25:40 +0000 Subject: [PATCH] build(deps-dev): bump coverage from 5.0.4 to 5.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.0.4 to 5.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.0.4...coverage-5.1) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f94cc142..3fd3c229 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -coverage==5.0.4 +coverage==5.1 coveralls==1.7.0;python_version<'3.0' coveralls==2.0.0;python_version>='3.6' pytest==4.6.9;python_version<'3.0'