From 17c73b9ca5c21504ea446a8798ac0a197c9f806c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 04:33:41 +0000 Subject: [PATCH] Bump coveralls from 1.9.2 to 1.10.0 Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.9.2 to 1.10.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.9.2...1.10.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 f59030c..1c12730 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( extras_require={ 'dev': [ 'nose==1.3.7', - 'coveralls==1.9.2', + 'coveralls==1.10.0', 'flake8==3.7.9' ] },