]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update pytest-cov requirement from ^3.0.0 to ^4.0.0 841/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 29 Sep 2022 16:03:47 +0000 (16:03 +0000)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2022 16:03:47 +0000 (16:03 +0000)
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/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
...

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

index 03b1a28829d387015db6b53e71e992e07e50e0d4..c3ae2b73c8a6a34a0b73ddcf8f922f2b1868e716 100644 (file)
@@ -50,7 +50,7 @@ wmi = {version="^1.5.1", optional=true}
 
 [tool.poetry.dev-dependencies]
 pytest = ">=5.4.1,<8"
-pytest-cov = "^3.0.0"
+pytest-cov = "^4.0.0"
 flake8 = "^5.0.3"
 sphinx = "^4.0.0"
 coverage = "^6.0"