Bump coveralls from 3.2.0 to 3.3.0

Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 3.2.0 to 3.3.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.2.0...3.3.0)

---
updated-dependencies:
- dependency-name: coveralls
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/104/head
dependabot[bot] 2021-11-04 04:11:17 +00:00 zatwierdzone przez GitHub
rodzic b0f3333fd0
commit e0767ca20d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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==3.2.0',
'coveralls==3.3.0',
'flake8==3.9.2'
]
},