From 1ec2603940397b57f06080e3a173f9213e0b20ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 16:55:53 +0000 Subject: [PATCH] Bump coveralls from 1.10.0 to 2.0.0 Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.10.0 to 2.0.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.10.0...2.0.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 2f6fe6b..85b5767 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( extras_require={ 'dev': [ 'nose==1.3.7', - 'coveralls==1.10.0', + 'coveralls==2.0.0', 'flake8==3.8.1' ] },