From 65aa575d8134b07251f8115a968d41639d60cc39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 9 Jun 2019 09:32:06 +0000 Subject: [PATCH] Bump coveralls from 1.2 to 1.8.0 Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.2 to 1.8.0. - [Release notes](https://github.com/coveralls-clients/coveralls-python/releases) - [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.2.0...1.8.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fbb38d..f3031c7 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( extras_require={ 'dev': [ 'nose==1.3.7', - 'coveralls==1.2', + 'coveralls==1.8.0', 'flake8==3.5.0', 'xmlunittest==0.4.0' ]