From 0c53ccc5afeb1c39c98478136c97c5a311a3e9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 15:42:30 +0200 Subject: [PATCH] Bump coveralls from 3.0.1 to 3.1.0 (#29) Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.0.1...3.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6716c1..783aec5 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( extras_require={ 'dev': [ 'nose==1.3.7', - 'coveralls==3.0.1', + 'coveralls==3.1.0', 'flake8==3.9.1' ] },