Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v3.0.0)
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
[tool.poetry.dev-dependencies]
mypy = "^0.910"
pytest = ">=5.4.1,<7"
-pytest-cov = "^2.10.0"
+pytest-cov = "^3.0.0"
flake8 = "^3.7.9"
sphinx = "^4.0.0"
coverage = "^5.1"