From 8446140bcee5211b1ad7d2ef948aebc79c60f62f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 04:48:36 +0000 Subject: [PATCH] Bump coveralls from 1.8.1 to 1.8.2 Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.8.1 to 1.8.2. - [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.8.1...1.8.2) 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 ebdbd52..c654b06 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( extras_require={ 'dev': [ 'nose==1.3.7', - 'coveralls==1.8.1', + 'coveralls==1.8.2', 'flake8==3.7.8' ] },