From: Bob Halley Date: Mon, 4 Oct 2021 16:51:16 +0000 (-0700) Subject: Merge pull request #697 from rthalley/dependabot/pip/pytest-cov-tw-3.0.0 X-Git-Tag: v2.2.0rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbdb0ca75925fdcf67cf4536ebf6b4f3896bca27;p=thirdparty%2Fdnspython.git Merge pull request #697 from rthalley/dependabot/pip/pytest-cov-tw-3.0.0 Update pytest-cov requirement from ^2.10.0 to ^3.0.0 --- fbdb0ca75925fdcf67cf4536ebf6b4f3896bca27 diff --cc pyproject.toml index 8e0b19a9,291d6960..64003450 --- a/pyproject.toml +++ b/pyproject.toml @@@ -21,10 -21,10 +21,10 @@@ sniffio = {version="^1.1", optional=tru [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" +coverage = "^6.0" twine = "^3.1.1" wheel = "^0.35.0" pylint = "^2.7.4"