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] <support@dependabot.com>
pull/77/head
dependabot-preview[bot] 2020-05-13 16:55:53 +00:00 zatwierdzone przez Meisterschueler
rodzic 2d414f70e0
commit 1ec2603940
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ setup(
extras_require={
'dev': [
'nose==1.3.7',
'coveralls==1.10.0',
'coveralls==2.0.0',
'flake8==3.8.1'
]
},