build(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 (#857)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0.
- [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/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-10-03 11:44:01 +02:00
committed by GitHub
parent f33284ca62
commit a50f8590c3
2 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ python = "<3.8"
[tool.poetry.dev-dependencies]
# Testing
pytest = "^7.1.3"
pytest-cov = "^3.0.0"
pytest-cov = "^4.0.0"
codecov = "^2.1.12"
pytest-asyncio = "^0.18.3"
fastapi = ">=0.70.1,<0.86"