]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update pytest-cov requirement from ^2.10.0 to ^3.0.0 697/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 4 Oct 2021 16:03:43 +0000 (16:03 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 16:03:43 +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/v2.10.0...v3.0.0)

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

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

index fdc5889e366fae8b069cac62940c01ff640018ed..291d6960e50e49f1b95ec3f8338cb225dc89b55e 100644 (file)
@@ -21,7 +21,7 @@ sniffio = {version="^1.1", optional=true}
 [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"